EventTargetEcsTargetCapacityProviderStrategy

data class EventTargetEcsTargetCapacityProviderStrategy(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. Defaults to 0.

Link copied to clipboard

Short name of the capacity provider.

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.