PipeTargetParametersEcsTaskParametersCapacityProviderStrategy

data class PipeTargetParametersEcsTaskParametersCapacityProviderStrategy(val base: Int? = null, val capacityProvider: String, val weight: Int? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val base: Int? = null

The base value designates 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. If no value is specified, the default value of 0 is used. Maximum value of 100,000.

Link copied to clipboard

The short name of the capacity provider. Maximum value of 255.

Link copied to clipboard
val weight: Int? = null

The weight value 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. Maximum value of 1,000.