Skip to main content

job_queue

Gets an individual job_queue resource

Overview

Namejob_queue
TypeResource
Descriptionjob_queue
Idawscc.batch.job_queue

Fields

NameDatatypeDescription
job_queue_namestring
job_queue_arnstring
compute_environment_orderarray
priorityinteger
statestring
scheduling_policy_arnstring
tagsobjectA key-value pair to associate with a resource.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
job_queue_name,
job_queue_arn,
compute_environment_order,
priority,
state,
scheduling_policy_arn,
tags
FROM awscc.batch.job_queue
WHERE data__Identifier = '<JobQueueArn>';

Permissions

To operate on the job_queue resource, the following permissions are required:

Read

Batch:DescribeJobQueues

Update

Batch:DescribeJobQueues,
Batch:UpdateJobQueue,
Batch:TagResource,
Batch:UnTagResource

Delete

Batch:UpdateJobQueue,
Batch:DescribeJobQueues,
Batch:DeleteJobQueue