aws.connect.list_routing_profile_queues
Example SQL Queries
SELECT * FROMaws.connect.list_routing_profile_queuesWHERE"instance_id" = 'VALUE'AND "routing_profile_id" = 'VALUE';Description
Lists the queues associated with a routing profile.
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 |
| routing_profile_id Required Input Column The identifier of the routing profile. | 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 |
| last_modified_region The Amazon Web Services Region where this resource was last modified. | VARCHAR |
| last_modified_time The timestamp when this resource was last modified. | TIMESTAMP_S |
| routing_profile_queue_config_summary_list Information about the routing profiles. | STRUCT( |
Show child fields
| |