This API is in preview release for Amazon Connect and is subject to change.
Create an AppIntegration association with an Amazon Connect instance.
connect_create_integration_association(InstanceId, IntegrationType,
IntegrationArn, SourceApplicationUrl, SourceApplicationName, SourceType)
A list with the following syntax:
list(
IntegrationAssociationId = "string",
IntegrationAssociationArn = "string"
)
[required] The identifier of the Amazon Connect instance.
[required] The type of information to be ingested.
[required] The Amazon Resource Name (ARN) of the integration.
[required] The URL for the external application.
[required] The name of the external application.
[required] The type of the data source.
svc$create_integration_association(
InstanceId = "string",
IntegrationType = "EVENT",
IntegrationArn = "string",
SourceApplicationUrl = "string",
SourceApplicationName = "string",
SourceType = "SALESFORCE"|"ZENDESK"
)