TaskSetCapacityProviderStrategyArgs

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

Constructors

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

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 or full Amazon Resource Name (ARN) of the capacity provider.

Link copied to clipboard
val weight: Output<Int>

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(): TaskSetCapacityProviderStrategyArgs