capacityProviderStrategies

@JvmName(name = "hgkfnjirosimxlxh")
suspend fun capacityProviderStrategies(value: Output<List<ServiceCapacityProviderStrategyArgs>>)
@JvmName(name = "sqnovjomlcdntyna")
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 = "ikgijvrptbfausrk")
suspend fun capacityProviderStrategies(vararg values: Output<ServiceCapacityProviderStrategyArgs>)


@JvmName(name = "awprctqlomkpumlt")
suspend fun capacityProviderStrategies(values: List<Output<ServiceCapacityProviderStrategyArgs>>)
@JvmName(name = "tdykhgutjgfrusnb")
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 = "dmsgqfiixwmylgqk")
suspend fun capacityProviderStrategies(argument: List<suspend ServiceCapacityProviderStrategyArgsBuilder.() -> Unit>)
@JvmName(name = "ajxjsxyvrmputsks")
suspend fun capacityProviderStrategies(vararg argument: suspend ServiceCapacityProviderStrategyArgsBuilder.() -> Unit)
@JvmName(name = "sbbsbamrpawnqdde")
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.