AWS::IoT::JobTemplate ExponentialRolloutRate
Allows you to create an exponential rate of rollout for a job.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "BaseRatePerMinute" :Integer, "IncrementFactor" :Double, "RateIncreaseCriteria" :RateIncreaseCriteria}
YAML
BaseRatePerMinute:IntegerIncrementFactor:DoubleRateIncreaseCriteria:RateIncreaseCriteria
Properties
BaseRatePerMinute-
The minimum number of things that will be notified of a pending job, per minute at the start of job rollout. This parameter allows you to define the initial rate of rollout.
Required: Yes
Type: Integer
Update requires: Replacement
IncrementFactor-
The exponential factor to increase the rate of rollout for a job.
Amazon IoT Core supports up to one digit after the decimal (for example, 1.5, but not 1.55).
Required: Yes
Type: Double
Update requires: Replacement
RateIncreaseCriteria-
The criteria to initiate the increase in rate of rollout for a job.
Required: Yes
Type: RateIncreaseCriteria
Update requires: Replacement