computeEnvironments

@JvmName(name = "nbhgmwviwqkxwbkf")
suspend fun computeEnvironments(value: Output<List<String>>)
@JvmName(name = "gkqxavcvxemtycbs")
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 = "eajcecmewtdlsnhc")
suspend fun computeEnvironments(vararg values: Output<String>)


@JvmName(name = "cordcixrblgfjcpa")
suspend fun computeEnvironments(values: List<Output<String>>)
@JvmName(name = "ejdclbhsffocdwmv")
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.