Skip to main content

job_queues

Retrieves a list of job_queues in a region

Overview

Namejob_queues
TypeResource
Descriptionjob_queues
Idawscc.batch.job_queues

Fields

NameDatatypeDescription
job_queue_arnundefined
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
job_queue_arn
FROM awscc.batch.job_queues
WHERE region = 'us-east-1'

Permissions

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

Create

Batch:CreateJobQueue,
Batch:TagResource,
Batch:DescribeJobQueues

List

Batch:DescribeJobQueues