Values_2.IntegrationResourcePropertySourceA structure representing an integration resource property.
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.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_1.String512.t
| `Structure of (string * [> `String of string ]) list ])
list ]