Skip to main content

queues_list_only

Lists queues in a region or regions, for all properties use queues

Overview

Namequeues_list_only
TypeResource
DescriptionResource Type definition for AWS::Connect::Queue
Idaws.connect.queues_list_only

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.
tagsarrayAn array of key-value pairs to apply to this resource.
typestringThe type of queue.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all queues in a region.

SELECT
region,
queue_arn
FROM aws.connect.queues_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the queues_list_only resource, see queues