AWS::Scheduler::Schedule CapacityProviderStrategyItem
The details of a capacity provider strategy.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Base" :
Double
, "CapacityProvider" :String
, "Weight" :Double
}
YAML
Base:
Double
CapacityProvider:String
Weight:Double
Properties
Base
-
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.Required: No
Type: Double
Update requires: No interruption
CapacityProvider
-
The short name of the capacity provider.
Required: Yes
Type: String
Update requires: No interruption
Weight
-
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.
Required: No
Type: Double
Update requires: No interruption