computeEnvironments

@JvmName(name = "iieyspgnvkaexybr")
suspend fun computeEnvironments(value: Output<List<String>>)
@JvmName(name = "pfeteywmawwjnqkk")
suspend fun computeEnvironments(value: List<String>?)

Parameters

value

Specifies the set of compute environments mapped to a job queue and their order. The position of the compute environments in the list will dictate the order.


@JvmName(name = "pxindjalvplxjmft")
suspend fun computeEnvironments(vararg values: Output<String>)


@JvmName(name = "pfwkokyoiasxubfr")
suspend fun computeEnvironments(values: List<Output<String>>)
@JvmName(name = "mxlxtxmqcpkltoay")
suspend fun computeEnvironments(vararg values: String)

Parameters

values

Specifies the set of compute environments mapped to a job queue and their order. The position of the compute environments in the list will dictate the order.