aws.connect.list_traffic_distribution_group_users
Example SQL Queries
SELECT * FROMaws.connect.list_traffic_distribution_group_usersWHERE"traffic_distribution_group_id" = 'VALUE';Description
Lists traffic distribution group users.
Table Definition
| Column Name | Column Data Type |
|---|---|
| traffic_distribution_group_id Required Input Column 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 |
| _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 |
| user_id The identifier for the user. This can be the ID or the ARN of the user. | VARCHAR |