Values.EventIntegrationAssociationSourceThe event integration association.
type nonrec t = {eventIntegrationAssociationArn : Arn.t option;The Amazon Resource Name (ARN) for the event integration association.
*)eventIntegrationAssociationId : UUID.t option;The identifier for the event integration association.
*)eventIntegrationName : Name.t option;The name of the event integration.
*)clientId : ClientId.t option;The identifier for the client that is associated with the event integration.
*)eventBridgeRuleName : EventBridgeRuleName.t option;The name of the EventBridge rule.
*)clientAssociationMetadata : ClientAssociationMetadata.t option;The metadata associated with the client.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of NonBlankString.t ]
* [> `String of NonBlankString.t ])
list
| `String of Arn.t ])
list ]