Skip to main content

job_queue_tags

Expands all tag keys and values for job_queues in a region

Overview

Namejob_queue_tags
TypeResource
DescriptionResource Type definition for AWS::Batch::JobQueue
Idaws.batch.job_queue_tags

Fields

NameDatatypeDescription
job_queue_namestring
job_queue_arnstringARN of the Scheduling Policy.
compute_environment_orderarray
job_state_time_limit_actionsarray
priorityinteger
statestring
scheduling_policy_arnstringARN of the Scheduling Policy.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all job_queues in a region.

SELECT
region,
job_queue_name,
job_queue_arn,
compute_environment_order,
job_state_time_limit_actions,
priority,
state,
scheduling_policy_arn,
tag_key,
tag_value
FROM aws.batch.job_queue_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the job_queue_tags resource, see job_queues