List Integration Associations
connect_list_integration_associations | R Documentation |
Provides summary information about the Amazon Web Services resource associations for the specified Amazon Connect instance¶
Description¶
Provides summary information about the Amazon Web Services resource associations for the specified Amazon Connect instance.
Usage¶
connect_list_integration_associations(InstanceId, IntegrationType,
NextToken, MaxResults, IntegrationArn)
Arguments¶
InstanceId
[required] The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
IntegrationType
The integration type.
NextToken
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
MaxResults
The maximum number of results to return per page.
IntegrationArn
The Amazon Resource Name (ARN) of the integration.
Value¶
A list with the following syntax:
list(
IntegrationAssociationSummaryList = list(
list(
IntegrationAssociationId = "string",
IntegrationAssociationArn = "string",
InstanceId = "string",
IntegrationType = "EVENT"|"VOICE_ID"|"PINPOINT_APP"|"WISDOM_ASSISTANT"|"WISDOM_KNOWLEDGE_BASE"|"WISDOM_QUICK_RESPONSES"|"CASES_DOMAIN"|"APPLICATION"|"FILE_SCANNER",
IntegrationArn = "string",
SourceApplicationUrl = "string",
SourceApplicationName = "string",
SourceType = "SALESFORCE"|"ZENDESK"|"CASES"
)
),
NextToken = "string"
)