aws.connect.list_use_cases
Example SQL Queries
SELECT * FROMaws.connect.list_use_casesWHERE"instance_id" = 'VALUE'AND "integration_association_id" = 'VALUE';Description
Lists the use cases for the integration association.
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_association_id Required Input Column The identifier for the integration association. | 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 |
| use_case_arn The Amazon Resource Name (ARN) for the use case. | VARCHAR |
| use_case_id The identifier for the use case. | VARCHAR |
| use_case_type The type of use case to associate to the integration association. Each integration association can have only one of each use case type. | VARCHAR |