AWS::Batch::JobQueue ServiceEnvironmentOrder - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new 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 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