job_queue
Gets an individual job_queue
resource
Overview
Name | job_queue |
Type | Resource |
Description | job_queue |
Id | awscc.batch.job_queue |
Fields
Name | Datatype | Description |
---|---|---|
job_queue_name | string | |
job_queue_arn | string | |
compute_environment_order | array | |
priority | integer | |
state | string | |
scheduling_policy_arn | string | |
tags | object | A key-value pair to associate with a resource. |
region | string | AWS 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