ClusterCapacityProviderStrategyItemArgs

data class ClusterCapacityProviderStrategyItemArgs(val base: Output<Int>? = null, val capacityProvider: Output<String>? = null, val weight: Output<Int>? = null) : ConvertibleToJava<ClusterCapacityProviderStrategyItemArgs>

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 ClusterCapacityProviderStrategyItemArgs(base: Output<Int>? = null, capacityProvider: Output<String>? = null, weight: Output<Int>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ClusterCapacityProviderStrategyItemArgs

Properties

Link copied to clipboard
val base: Output<Int>? = null
Link copied to clipboard
val capacityProvider: Output<String>? = null
Link copied to clipboard
val weight: Output<Int>? = null