capacityProviderStrategy

@JvmName(name = "psxjwsrimkyjylia")
suspend fun capacityProviderStrategy(value: Output<List<ServiceCapacityProviderStrategyItemArgs>>)
@JvmName(name = "riayddpghreidvxp")
suspend fun capacityProviderStrategy(value: List<ServiceCapacityProviderStrategyItemArgs>?)

Parameters

value

The capacity provider strategy to use for the service. If a `capacityProviderStrategy` is specified, the `launchType` parameter must be omitted. If no `capacityProviderStrategy` or `launchType` is specified, the `defaultCapacityProviderStrategy` for the cluster is used. A capacity provider strategy can contain a maximum of 20 capacity providers. To remove this property from your service resource, specify an empty `CapacityProviderStrategyItem` array.


@JvmName(name = "bhcxgwbdtxllltji")
suspend fun capacityProviderStrategy(vararg values: Output<ServiceCapacityProviderStrategyItemArgs>)


@JvmName(name = "iwinpefclaviohvb")
suspend fun capacityProviderStrategy(values: List<Output<ServiceCapacityProviderStrategyItemArgs>>)
@JvmName(name = "gxhcssgnreaiwqkr")
suspend fun capacityProviderStrategy(vararg values: ServiceCapacityProviderStrategyItemArgs)

Parameters

values

The capacity provider strategy to use for the service. If a `capacityProviderStrategy` is specified, the `launchType` parameter must be omitted. If no `capacityProviderStrategy` or `launchType` is specified, the `defaultCapacityProviderStrategy` for the cluster is used. A capacity provider strategy can contain a maximum of 20 capacity providers. To remove this property from your service resource, specify an empty `CapacityProviderStrategyItem` array.


@JvmName(name = "koppnfxvyhhxoyad")
suspend fun capacityProviderStrategy(argument: List<suspend ServiceCapacityProviderStrategyItemArgsBuilder.() -> Unit>)
@JvmName(name = "vqqoorgsdqwxnvpt")
suspend fun capacityProviderStrategy(vararg argument: suspend ServiceCapacityProviderStrategyItemArgsBuilder.() -> Unit)
@JvmName(name = "agbeuqprbtjkdhbu")
suspend fun capacityProviderStrategy(argument: suspend ServiceCapacityProviderStrategyItemArgsBuilder.() -> Unit)

Parameters

argument

The capacity provider strategy to use for the service. If a `capacityProviderStrategy` is specified, the `launchType` parameter must be omitted. If no `capacityProviderStrategy` or `launchType` is specified, the `defaultCapacityProviderStrategy` for the cluster is used. A capacity provider strategy can contain a maximum of 20 capacity providers. To remove this property from your service resource, specify an empty `CapacityProviderStrategyItem` array.