capacityProviderStrategy

@JvmName(name = "xmqbuxmyumvahegb")
suspend fun capacityProviderStrategy(value: Output<List<ServiceCapacityProviderStrategyItemArgs>>)
@JvmName(name = "rnhlymvkyaneuyjw")
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 = "igurdupyosdvmavy")
suspend fun capacityProviderStrategy(vararg values: Output<ServiceCapacityProviderStrategyItemArgs>)


@JvmName(name = "bckgjgirwxurjqgs")
suspend fun capacityProviderStrategy(values: List<Output<ServiceCapacityProviderStrategyItemArgs>>)
@JvmName(name = "cfbixpbyeovgnnbh")
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 = "kjmrnmklcqcbkmqi")
suspend fun capacityProviderStrategy(argument: List<suspend ServiceCapacityProviderStrategyItemArgsBuilder.() -> Unit>)
@JvmName(name = "fmvnrgiurddwykfn")
suspend fun capacityProviderStrategy(vararg argument: suspend ServiceCapacityProviderStrategyItemArgsBuilder.() -> Unit)
@JvmName(name = "ucygnlfiomnikili")
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.