computeEnvironments

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

Parameters

value

List of compute environment ARNs mapped to a job queue. The position of the compute environments in the list will dictate the order.


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


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

Parameters

values

List of compute environment ARNs mapped to a job queue. The position of the compute environments in the list will dictate the order.