Skip to main content

queue_tags

Expands all tag keys and values for queues in a region

Overview

Namequeue_tags
TypeResource
DescriptionResource Type definition for AWS::Connect::Queue
Idaws.connect.queue_tags

Fields

NameDatatypeDescription
instance_arnstringThe identifier of the Amazon Connect instance.
descriptionstringThe description of the queue.
hours_of_operation_arnstringThe identifier for the hours of operation.
max_contactsintegerThe maximum number of contacts that can be in the queue before it is considered full.
namestringThe name of the queue.
outbound_caller_configobjectThe outbound caller ID name, number, and outbound whisper flow.
queue_arnstringThe Amazon Resource Name (ARN) for the queue.
statusstringThe status of the queue.
quick_connect_arnsarrayThe quick connects available to agents who are working the queue.
typestringThe type of queue.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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