computeEnvironmentOrders

@JvmName(name = "karcvtlcheqvnxtq")
suspend fun computeEnvironmentOrders(value: Output<List<JobQueueComputeEnvironmentOrderArgs>>)
@JvmName(name = "ydogaovylwcbtaph")
suspend fun computeEnvironmentOrders(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.


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


@JvmName(name = "oiwsprrirnvhwbmb")
suspend fun computeEnvironmentOrders(values: List<Output<JobQueueComputeEnvironmentOrderArgs>>)
@JvmName(name = "btuopukgwxscfsdj")
suspend fun computeEnvironmentOrders(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.


@JvmName(name = "syhoutmhbeybydfd")
suspend fun computeEnvironmentOrders(argument: List<suspend JobQueueComputeEnvironmentOrderArgsBuilder.() -> Unit>)
@JvmName(name = "ycwqlomkpmojjkte")
suspend fun computeEnvironmentOrders(vararg argument: suspend JobQueueComputeEnvironmentOrderArgsBuilder.() -> Unit)
@JvmName(name = "rwdemkslrnuuidtt")
suspend fun computeEnvironmentOrders(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.