AWS::IoT::JobTemplate ExponentialRolloutRate
Allows you to create an exponential rate of rollout for a job.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "BaseRatePerMinute" :
Integer
, "IncrementFactor" :Number
, "RateIncreaseCriteria" :RateIncreaseCriteria
}
YAML
BaseRatePerMinute:
Integer
IncrementFactor:Number
RateIncreaseCriteria: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
Minimum:
1
Update requires: Replacement
IncrementFactor
-
The exponential factor to increase the rate of rollout for a job.
AWS IoT Core supports up to one digit after the decimal (for example, 1.5, but not 1.55).
Required: Yes
Type: Number
Minimum:
1
Maximum:
5
Update requires: Replacement
RateIncreaseCriteria
-
The criteria to initiate the increase in rate of rollout for a job.
Required: Yes
Type: RateIncreaseCriteria
Update requires: Replacement