ClusterCapacityProviderStrategyItem

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val base: Int? = null
Link copied to clipboard
Link copied to clipboard
val weight: Int? = null