capacityProviderStrategies

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


@JvmName(name = "srdnhltuhtdtiubb")
suspend fun capacityProviderStrategies(values: List<Output<ServiceCapacityProviderStrategyArgs>>)
@JvmName(name = "hsjwwjhypjjwajmq")
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 = "wolskfyvadeqjiku")
suspend fun capacityProviderStrategies(argument: List<suspend ServiceCapacityProviderStrategyArgsBuilder.() -> Unit>)
@JvmName(name = "cbwrhtbtkqojkuhm")
suspend fun capacityProviderStrategies(vararg argument: suspend ServiceCapacityProviderStrategyArgsBuilder.() -> Unit)
@JvmName(name = "kanameuguarhbsoa")
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.