Values.CreateDataIntegrationAssociationRequestSourceCreates and persists a DataIntegrationAssociation resource.
type nonrec t = {dataIntegrationIdentifier : Identifier.t;A unique identifier for the DataIntegration.
*)clientId : ClientId.t option;The identifier for the client that is associated with the DataIntegration association.
*)objectConfiguration : ObjectConfiguration.t option;destinationURI : DestinationURI.t option;The URI of the data destination.
*)clientAssociationMetadata : ClientAssociationMetadata.t option;The mapping of metadata to be extracted from the data.
*)clientToken : IdempotencyToken.t option;A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
*)executionConfiguration : ExecutionConfiguration.t option;The configuration for how the files should be pulled from the source.
*)}val make :
?clientId:??? ->
?objectConfiguration:??? ->
?destinationURI:??? ->
?clientAssociationMetadata:??? ->
?clientToken:??? ->
?executionConfiguration:??? ->
dataIntegrationIdentifier:Identifier.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of NonBlankString.t ]
* [> `Map of
([> `String of NonBlankString.t ]
* [> `List of [> `String of Fields.t ] list ])
list
| `String of NonBlankString.t ])
list
| `String of Identifier.t
| `Structure of
(string
* [> `Enum of string
| `Structure of (string * [> `String of NonBlankString.t ]) list ])
list ])
list ]