ClusterDefaultCapacityProviderStrategyArgs

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

Constructors

constructor(base: Output<Int>? = null, capacityProvider: Output<String>, weight: Output<Int>? = null)

Properties

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

The number of tasks, at a minimum, to run on the specified capacity provider. Only one capacity provider in a capacity provider strategy can have a base defined.

Link copied to clipboard

The short name of the capacity provider.

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

The relative percentage of the total number of launched tasks that should use the specified capacity provider.

Functions

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