queue_tags
Expands all tag keys and values for queues
in a region
Overview
Name | queue_tags |
Type | Resource |
Description | Resource Type definition for AWS::Connect::Queue |
Id | aws.connect.queue_tags |
Fields
Name | Datatype | Description |
---|---|---|
instance_arn | string | The identifier of the Amazon Connect instance. |
description | string | The description of the queue. |
hours_of_operation_arn | string | The identifier for the hours of operation. |
max_contacts | integer | The maximum number of contacts that can be in the queue before it is considered full. |
name | string | The name of the queue. |
outbound_caller_config | object | The outbound caller ID name, number, and outbound whisper flow. |
queue_arn | string | The Amazon Resource Name (ARN) for the queue. |
status | string | The status of the queue. |
quick_connect_arns | array | The quick connects available to agents who are working the queue. |
type | string | The type of queue. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all queues
in a region.
SELECT
region,
instance_arn,
description,
hours_of_operation_arn,
max_contacts,
name,
outbound_caller_config,
queue_arn,
status,
quick_connect_arns,
type,
tag_key,
tag_value
FROM aws.connect.queue_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the queue_tags
resource, see queues