queues_list_only
Lists queues
in a region or regions, for all properties use queues
Overview
Name | queues_list_only |
Type | Resource |
Description | Resource Type definition for AWS::Connect::Queue |
Id | aws.connect.queues_list_only |
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. |
tags | array | An array of key-value pairs to apply to this resource. |
type | string | The type of queue. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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