computeEnvironments

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


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