AWS Batch JobQueue ComputeEnvironmentOrder
The ComputeEnvironmentOrder property type specifies the order in
which compute environments are tried for job placement within a queue. Compute environments
are
tried in ascending order. For example, if two compute environments are associated
with a job
queue, the compute environment with a lower order integer value is tried for job placement
first.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ComputeEnvironment" :String, "Order" :Integer}
YAML
ComputeEnvironment:StringOrder:Integer
