Cluster Capacity Provider Strategy Item
data class ClusterCapacityProviderStrategyItem(val base: Int? = null, val capacityProvider: String? = null, val weight: Int? = null)
A capacity provider strategy consists of one or more capacity providers along with the base
and weight
to assign to them. A capacity provider must be associated with the cluster to be used in a capacity provider strategy. The PutClusterCapacityProviders API is used to associate a capacity provider with a cluster. Only capacity providers with an ACTIVE
or UPDATING
status can be used.
Constructors
Link copied to clipboard
fun ClusterCapacityProviderStrategyItem(base: Int? = null, capacityProvider: String? = null, weight: Int? = null)