computeEnvironmentOrders

@JvmName(name = "ddvxuxvuphybqkey")
suspend fun computeEnvironmentOrders(value: Output<List<JobQueueComputeEnvironmentOrderArgs>>)
@JvmName(name = "agspkvilqmdfssot")
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 = "umhtldewaihblwee")
suspend fun computeEnvironmentOrders(vararg values: Output<JobQueueComputeEnvironmentOrderArgs>)


@JvmName(name = "uqyhijhhspnhbdod")
suspend fun computeEnvironmentOrders(values: List<Output<JobQueueComputeEnvironmentOrderArgs>>)
@JvmName(name = "suydmjxlehwrpygx")
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 = "menpwfnudbaiqkot")
suspend fun computeEnvironmentOrders(argument: List<suspend JobQueueComputeEnvironmentOrderArgsBuilder.() -> Unit>)
@JvmName(name = "qorrjrhveyjkludv")
suspend fun computeEnvironmentOrders(vararg argument: suspend JobQueueComputeEnvironmentOrderArgsBuilder.() -> Unit)
@JvmName(name = "upalbtegofynexsl")
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.