Values_1.IntegrationAssociationSummarySourceContains summary information about the associated AppIntegrations.
type nonrec t = {integrationAssociationId : Values_0.IntegrationAssociationId.t option;The identifier for the AppIntegration association.
*)integrationAssociationArn : Values_0.ARN.t option;The Amazon Resource Name (ARN) for the AppIntegration association.
*)instanceId : Values_0.InstanceId.t option;The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
*)integrationType : Values_0.IntegrationType.t option;The integration type.
*)integrationArn : Values_0.ARN.t option;The Amazon Resource Name (ARN) for the AppIntegration.
*)sourceApplicationUrl : Values_0.URI.t option;The URL for the external application.
*)sourceApplicationName : Values_0.SourceApplicationName.t option;The user-provided, friendly name for the external application.
*)sourceType : Values_0.SourceType.t option;The name of the source.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `String of Values_0.IntegrationAssociationId.t ])
list ]