computeEnvironmentOrder

@JvmName(name = "cbyjjvbxbgevtsis")
suspend fun computeEnvironmentOrder(value: Output<List<JobQueueComputeEnvironmentOrderArgs>>)
@JvmName(name = "fpwqgtgmioypatyl")
suspend fun computeEnvironmentOrder(value: List<JobQueueComputeEnvironmentOrderArgs>?)

Parameters

value

The set of compute environments mapped to a job queue and their order relative to each other. The job scheduler uses this parameter to determine which compute environment runs a specific job. Compute environments must be in the VALID state before you can associate them with a job queue. You can associate up to three compute environments with a job queue. All of the compute environments must be either EC2 ( EC2 or SPOT ) or Fargate ( FARGATE or FARGATE_SPOT ); EC2 and Fargate compute environments can't be mixed.

All compute environments that are associated with a job queue must share the same architecture. AWS Batch doesn't support mixing compute environment architecture types in a single job queue.


@JvmName(name = "klyiftugsqhqyyyw")
suspend fun computeEnvironmentOrder(vararg values: Output<JobQueueComputeEnvironmentOrderArgs>)


@JvmName(name = "yegamhtlricadvtm")
suspend fun computeEnvironmentOrder(values: List<Output<JobQueueComputeEnvironmentOrderArgs>>)
@JvmName(name = "conbdumhlwnqomlf")
suspend fun computeEnvironmentOrder(vararg values: JobQueueComputeEnvironmentOrderArgs)

Parameters

values

The set of compute environments mapped to a job queue and their order relative to each other. The job scheduler uses this parameter to determine which compute environment runs a specific job. Compute environments must be in the VALID state before you can associate them with a job queue. You can associate up to three compute environments with a job queue. All of the compute environments must be either EC2 ( EC2 or SPOT ) or Fargate ( FARGATE or FARGATE_SPOT ); EC2 and Fargate compute environments can't be mixed.

All compute environments that are associated with a job queue must share the same architecture. AWS Batch doesn't support mixing compute environment architecture types in a single job queue.


@JvmName(name = "pisqdlyycjsmwgth")
suspend fun computeEnvironmentOrder(argument: List<suspend JobQueueComputeEnvironmentOrderArgsBuilder.() -> Unit>)
@JvmName(name = "aulrdyngnanllouk")
suspend fun computeEnvironmentOrder(vararg argument: suspend JobQueueComputeEnvironmentOrderArgsBuilder.() -> Unit)
@JvmName(name = "eabyobrytdaxponx")
suspend fun computeEnvironmentOrder(argument: suspend JobQueueComputeEnvironmentOrderArgsBuilder.() -> Unit)

Parameters

argument

The set of compute environments mapped to a job queue and their order relative to each other. The job scheduler uses this parameter to determine which compute environment runs a specific job. Compute environments must be in the VALID state before you can associate them with a job queue. You can associate up to three compute environments with a job queue. All of the compute environments must be either EC2 ( EC2 or SPOT ) or Fargate ( FARGATE or FARGATE_SPOT ); EC2 and Fargate compute environments can't be mixed.

All compute environments that are associated with a job queue must share the same architecture. AWS Batch doesn't support mixing compute environment architecture types in a single job queue.