capacityProviderStrategies

@JvmName(name = "kymwqctgqhpsjwos")
suspend fun capacityProviderStrategies(value: Output<List<ServiceCapacityProviderStrategyArgs>>)
@JvmName(name = "kcbdaxlytxmlyvsh")
suspend fun capacityProviderStrategies(value: List<ServiceCapacityProviderStrategyArgs>?)

Parameters

value

Capacity provider strategies to use for the service. Can be one or more. These can be updated without destroying and recreating the service only if force_new_deployment = true and not changing from 0 capacity_provider_strategy blocks to greater than 0, or vice versa. See below.


@JvmName(name = "aiqrnplhyvtpcdsj")
suspend fun capacityProviderStrategies(vararg values: Output<ServiceCapacityProviderStrategyArgs>)


@JvmName(name = "dnsjtfqqjoyvaudq")
suspend fun capacityProviderStrategies(values: List<Output<ServiceCapacityProviderStrategyArgs>>)
@JvmName(name = "kdrxoepscvfiobvc")
suspend fun capacityProviderStrategies(vararg values: ServiceCapacityProviderStrategyArgs)

Parameters

values

Capacity provider strategies to use for the service. Can be one or more. These can be updated without destroying and recreating the service only if force_new_deployment = true and not changing from 0 capacity_provider_strategy blocks to greater than 0, or vice versa. See below.


@JvmName(name = "omemxvvoatqjsysh")
suspend fun capacityProviderStrategies(argument: List<suspend ServiceCapacityProviderStrategyArgsBuilder.() -> Unit>)
@JvmName(name = "gfwqjiwiqqxciblh")
suspend fun capacityProviderStrategies(vararg argument: suspend ServiceCapacityProviderStrategyArgsBuilder.() -> Unit)
@JvmName(name = "lcbiwkdsjadnrdsv")
suspend fun capacityProviderStrategies(argument: suspend ServiceCapacityProviderStrategyArgsBuilder.() -> Unit)

Parameters

argument

Capacity provider strategies to use for the service. Can be one or more. These can be updated without destroying and recreating the service only if force_new_deployment = true and not changing from 0 capacity_provider_strategy blocks to greater than 0, or vice versa. See below.