capacityProviders

@JvmName(name = "pcykbdqnjuyhlevd")
suspend fun capacityProviders(value: Output<List<String>>)
@JvmName(name = "fkhoydundxfgppde")
suspend fun capacityProviders(value: List<String>?)

Parameters

value

Set of names of one or more capacity providers to associate with the cluster. Valid values also include FARGATE and FARGATE_SPOT.


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


@JvmName(name = "qhqsyjtxafdwevnd")
suspend fun capacityProviders(values: List<Output<String>>)
@JvmName(name = "vlnvxvwfqnuirkmn")
suspend fun capacityProviders(vararg values: String)

Parameters

values

Set of names of one or more capacity providers to associate with the cluster. Valid values also include FARGATE and FARGATE_SPOT.