job_queues
Retrieves a list of job_queues
in a region
Overview
Name | job_queues |
Type | Resource |
Description | job_queues |
Id | awscc.batch.job_queues |
Fields
Name | Datatype | Description |
---|---|---|
job_queue_arn | undefined | |
region | string | AWS 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