computeEnvironments

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


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

Deprecated

This parameter will be replaced by `compute_environment_order`.

Parameters

value

(Optional) This parameter is deprecated, please use compute_environment_order instead. List of compute environment ARNs mapped to a job queue. The position of the compute environments in the list will dictate the order. When importing a AWS Batch Job Queue, the parameter compute_environments will always be used over compute_environment_order. Please adjust your HCL accordingly.


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

Deprecated

This parameter will be replaced by `compute_environment_order`.

Parameters

values

(Optional) This parameter is deprecated, please use compute_environment_order instead. List of compute environment ARNs mapped to a job queue. The position of the compute environments in the list will dictate the order. When importing a AWS Batch Job Queue, the parameter compute_environments will always be used over compute_environment_order. Please adjust your HCL accordingly.