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