Values.DataIntegrationAssociationSummarySourceSummary information about the DataIntegration association.
type nonrec t = {dataIntegrationAssociationArn : Arn.t option;The Amazon Resource Name (ARN) of the DataIntegration association.
*)dataIntegrationArn : Arn.t option;The Amazon Resource Name (ARN) of the DataIntegration.
*)clientId : ClientId.t option;The identifier for the client that is associated with the DataIntegration association.
*)destinationURI : DestinationURI.t option;The URI of the data destination.
*)lastExecutionStatus : LastExecutionStatus.t option;The execution status of the last job.
*)executionConfiguration : ExecutionConfiguration.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `String of Arn.t
| `Structure of
(string
* [> `Enum of string
| `String of NonBlankString.t
| `Structure of (string * [> `String of NonBlankString.t ]) list ])
list ])
list ]