job_queue_tags
Expands all tag keys and values for job_queues
in a region
Overview
Name | job_queue_tags |
Type | Resource |
Description | Resource Type definition for AWS::Batch::JobQueue |
Id | aws.batch.job_queue_tags |
Fields
Name | Datatype | Description |
---|---|---|
job_queue_name | string | |
job_queue_arn | string | ARN of the Scheduling Policy. |
compute_environment_order | array | |
job_state_time_limit_actions | array | |
priority | integer | |
state | string | |
scheduling_policy_arn | string | ARN of the Scheduling Policy. |
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 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