Values_2.GetIntegrationResourcePropertyResponseSourceThis API is used for fetching the ResourceProperty of the Glue connection (for the source) or Glue database ARN (for the target)
type nonrec t = {resourceArn : Values_1.String512.t option;The connection ARN of the source, or the database ARN of the target.
*)resourcePropertyArn : Values_1.String512.t option;The resource ARN created through this create API. The format is something like arn:aws:glue:<region>:<account_id>:integrationresourceproperty/*
*)sourceProcessingProperties : Values_1.SourceProcessingProperties.t option;The resource properties associated with the integration source.
*)targetProcessingProperties : Values_1.TargetProcessingProperties.t option;The resource properties associated with the integration target.
*)}type nonrec error = [ | `AccessDeniedException of Values_0.AccessDeniedException.t| `EntityNotFoundException of Values_0.EntityNotFoundException.t| `InternalServerException of Values_1.InternalServerException.t| `InternalServiceException of Values_0.InternalServiceException.t| `InvalidInputException of Values_0.InvalidInputException.t| `ResourceNotFoundException of Values_1.ResourceNotFoundException.t| `ValidationException of Values_1.ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of Values_0.AccessDeniedException.t
| `EntityNotFoundException of Values_0.EntityNotFoundException.t
| `InternalServerException of Values_1.InternalServerException.t
| `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidInputException of Values_0.InvalidInputException.t
| `ResourceNotFoundException of Values_1.ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of Values_1.ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of Values_0.AccessDeniedException.t
| `EntityNotFoundException of Values_0.EntityNotFoundException.t
| `InternalServerException of Values_1.InternalServerException.t
| `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidInputException of Values_0.InvalidInputException.t
| `ResourceNotFoundException of Values_1.ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of Values_1.ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_1.String512.t
| `Structure of (string * [> `String of string ]) list ])
list ]