aws.connect.list_integration_associations
Example SQL Queries
SELECT * FROMaws.connect.list_integration_associationsWHERE"instance_id" = 'VALUE';Description
Provides summary information about the Amazon Web Services resource associations for the specified Amazon Connect instance.
Table Definition
| Column Name | Column Data Type |
|---|---|
| instance_id Required Input Column The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. | VARCHAR |
| integration_arn Input Column The Amazon Resource Name (ARN) for the AppIntegration. | VARCHAR |
| integration_type Input Column The integration type. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| integration_association_arn The Amazon Resource Name (ARN) for the AppIntegration association. | VARCHAR |
| integration_association_id The identifier for the AppIntegration association. | VARCHAR |
| source_application_name The user-provided, friendly name for the external application. | VARCHAR |
| source_application_url The URL for the external application. | VARCHAR |
| source_type The name of the source. | VARCHAR |