computeEnvironments

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


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