default Capacity Provider Strategy
suspend fun defaultCapacityProviderStrategy(value: Output<List<ClusterCapacityProviderStrategyItemArgs>>)
Parameters
value
The default capacity provider strategy for the cluster. When services or tasks are run in the cluster with no launch type or capacity provider strategy specified, the default capacity provider strategy is used.
suspend fun defaultCapacityProviderStrategy(vararg values: Output<ClusterCapacityProviderStrategyItemArgs>)
suspend fun defaultCapacityProviderStrategy(values: List<Output<ClusterCapacityProviderStrategyItemArgs>>)
Parameters
values
The default capacity provider strategy for the cluster. When services or tasks are run in the cluster with no launch type or capacity provider strategy specified, the default capacity provider strategy is used.
suspend fun defaultCapacityProviderStrategy(argument: List<suspend ClusterCapacityProviderStrategyItemArgsBuilder.() -> Unit>)
suspend fun defaultCapacityProviderStrategy(vararg argument: suspend ClusterCapacityProviderStrategyItemArgsBuilder.() -> Unit)
suspend fun defaultCapacityProviderStrategy(argument: suspend ClusterCapacityProviderStrategyItemArgsBuilder.() -> Unit)
Parameters
argument
The default capacity provider strategy for the cluster. When services or tasks are run in the cluster with no launch type or capacity provider strategy specified, the default capacity provider strategy is used.