queue_tags
Expands all tag keys and values for queues in a region
Overview
| Name | queue_tags |
| Type | Resource |
| Description | AWS::PCS::Queue resource creates an AWS PCS queue. |
| Id | aws.pcs.queue_tags |
Fields
| Name | Datatype | Description |
|---|---|---|
arn | string | The unique Amazon Resource Name (ARN) of the queue. |
cluster_id | string | The ID of the cluster of the queue. |
compute_node_group_configurations | array | The list of compute node group configurations associated with the queue. Queues assign jobs to associated compute node groups. |
error_info | array | The list of errors that occurred during queue provisioning. |
id | string | The generated unique ID of the queue. |
name | string | The name that identifies the queue. |
status | string | The provisioning status of the queue. The provisioning status doesn't indicate the overall health of the 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,
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