ScheduleTargetEcsParametersCapacityProviderStrategyArgs

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

Constructors

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

Properties

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

How many 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. Ranges from 0 (default) to 100000.

Link copied to clipboard

Short name of the capacity provider.

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

Designates the relative percentage of the total number of tasks launched that should use the specified capacity provider. The weight value is taken into consideration after the base value, if defined, is satisfied. Ranges from from 0 to 1000.

Functions

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