Values_1.CreateIntegrationResourcePropertyResponseSourceThis API can be used for setting up the ResourceProperty of the Glue connection (for the source) or Glue database ARN (for the target). These properties can include the role to access the connection or database. To set both source and target properties the same API needs to be invoked with the Glue connection ARN as ResourceArn with SourceProcessingProperties and the Glue database ARN as ResourceArn with TargetProcessingProperties respectively.
type nonrec t = {resourceArn : String512.t option;The connection ARN of the source, or the database ARN of the target.
*)resourcePropertyArn : String512.t option;The resource ARN created through this create API. The format is something like arn:aws:glue:<region>:<account_id>:integrationresourceproperty/*
*)sourceProcessingProperties : SourceProcessingProperties.t option;The resource properties associated with the integration source.
*)targetProcessingProperties : TargetProcessingProperties.t option;The resource properties associated with the integration target.
*)}type nonrec error = [ | `AccessDeniedException of Values_0.AccessDeniedException.t| `ConflictException of ConflictException.t| `EntityNotFoundException of Values_0.EntityNotFoundException.t| `InternalServerException of InternalServerException.t| `InternalServiceException of Values_0.InternalServiceException.t| `InvalidInputException of Values_0.InvalidInputException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of Values_0.AccessDeniedException.t
| `ConflictException of ConflictException.t
| `EntityNotFoundException of Values_0.EntityNotFoundException.t
| `InternalServerException of InternalServerException.t
| `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidInputException of Values_0.InvalidInputException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of Values_0.AccessDeniedException.t
| `ConflictException of ConflictException.t
| `EntityNotFoundException of Values_0.EntityNotFoundException.t
| `InternalServerException of InternalServerException.t
| `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidInputException of Values_0.InvalidInputException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `String of String512.t
| `Structure of (string * [> `String of String128.t ]) list ])
list ]