AWS::Batch::JobQueueResource Type definition for AWS::Batch::JobQueue
9 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
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 |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
JobQueueArn | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Batch::JobQueue
Resources:
MyResource:
Type: AWS::Batch::JobQueue
Properties:
Priority: 1
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
Batch:CreateJobQueueBatch:TagResourceBatch:DescribeJobQueuesBatch:DescribeJobQueuesBatch:DescribeJobQueuesBatch:UpdateJobQueueBatch:TagResourceBatch:UnTagResourceBatch:UpdateJobQueueBatch:DescribeJobQueuesBatch:DeleteJobQueueBatch:DescribeJobQueuesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterJobQueueArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
TagsJobQueueNameJobQueueType