aws.connect.list_traffic_distribution_groups
Example SQL Queries
SELECT * FROMaws.connect.list_traffic_distribution_groups;Description
Lists traffic distribution groups.
Table Definition
| Column Name | Column Data Type |
|---|---|
| instance_id 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 |
| _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 |
| arn The Amazon Resource Name (ARN) of the traffic distribution group. | VARCHAR |
| id The identifier of the traffic distribution group. This can be the ID or the ARN if the API is being called in the Region where the traffic distribution group was created. The ARN must be provided if the call is from the replicated Region. | VARCHAR |
| instance_arn The Amazon Resource Name (ARN) of the traffic distribution group. | VARCHAR |
| is_default Whether this is the default traffic distribution group created during instance replication. The default traffic distribution group cannot be deleted by the DeleteTrafficDistributionGroup API. The default traffic distribution group is deleted as part of the process for deleting a replica. | BOOLEAN |
| name The name of the traffic distribution group. | VARCHAR |
| status The status of the traffic distribution group.
| VARCHAR |