AWS::Batch::JobQueue ServiceEnvironmentOrder - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon 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 Amazon 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