AWS Fundamentals Logo
AWS Fundamentals
AWS::Batch::JobQueue

Batch JobQueue

Resource Type definition for AWS::Batch::JobQueue

Properties

9 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
Priority
integer
Required
ComputeEnvironmentOrder
Array<ComputeEnvironmentOrder>
JobQueueName
string
Create-only
JobQueueType
string
Create-only
JobStateTimeLimitActions
Array<JobStateTimeLimitAction>
SchedulingPolicyArn
string
ServiceEnvironmentOrder
Array<ServiceEnvironmentOrder>
State
string
Tags
object
Create-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
JobQueueArnstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Batch::JobQueue

Resources:
  MyResource:
    Type: AWS::Batch::JobQueue
    Properties:
      Priority: 1
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

Batch:CreateJobQueueBatch:TagResourceBatch:DescribeJobQueues

read

Batch:DescribeJobQueues

update

Batch:DescribeJobQueuesBatch:UpdateJobQueueBatch:TagResourceBatch:UnTagResource

delete

Batch:UpdateJobQueueBatch:DescribeJobQueuesBatch:DeleteJobQueue

list

Batch:DescribeJobQueues

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceBatch
Properties10
Required1
TaggingSupported
Primary IDJobQueueArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

TagsJobQueueNameJobQueueType

External Links