This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Batch::JobQueue ServiceEnvironmentOrder
Specifies the order of a service environment for a job queue. This determines the priority order when multiple service environments are associated with the same job queue.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Order" :
Integer
, "ServiceEnvironment" :String
}
YAML
Order:
Integer
ServiceEnvironment:String
Properties
Order
-
The order of the service environment. Job queues with a higher priority are evaluated first when associated with the same service environment.
Required: Yes
Type: Integer
Update requires: No interruption
ServiceEnvironment
-
The name or ARN of the service environment.
Required: Yes
Type: String
Update requires: No interruption