Skip to main content

queue_tags

Expands all tag keys and values for queues in a region

Overview

Namequeue_tags
TypeResource
DescriptionAWS::PCS::Queue resource creates an AWS PCS queue.
Idaws.pcs.queue_tags

Fields

NameDatatypeDescription
arnstringThe unique Amazon Resource Name (ARN) of the queue.
cluster_idstringThe ID of the cluster of the queue.
compute_node_group_configurationsarrayThe list of compute node group configurations associated with the queue. Queues assign jobs to associated compute node groups.
error_infoarrayThe list of errors that occurred during queue provisioning.
idstringThe generated unique ID of the queue.
namestringThe name that identifies the queue.
statusstringThe provisioning status of the queue. The provisioning status doesn't indicate the overall health of the 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,
arn,
cluster_id,
compute_node_group_configurations,
error_info,
id,
name,
status,
tag_key,
tag_value
FROM aws.pcs.queue_tags
WHERE region = 'us-east-1';

Permissions

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