Values_2.UpdateIntegrationResourcePropertyRequestSourceThis API can be used for updating 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. Since the same resource can be used across multiple integrations, updating resource properties will impact all the integrations using it.
type nonrec t = {resourceArn : Values_1.String512.t;The connection ARN of the source, or the database ARN of the target.
*)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 make :
?sourceProcessingProperties:??? ->
?targetProcessingProperties:??? ->
resourceArn:Values_1.String512.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of Values_1.String512.t
| `Structure of (string * [> `String of string ]) list ])
list ]