ExponentialRolloutRate
Allows you to create an exponential rate of rollout for a job.
Contents
- 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. Type: Integer Valid Range: Minimum value of 1. Maximum value of 1000. Required: Yes 
- 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). Type: Double Valid Range: Minimum value of 1.1. Maximum value of 5. Required: Yes 
- rateIncreaseCriteria
- 
               The criteria to initiate the increase in rate of rollout for a job. Type: RateIncreaseCriteria object Required: Yes 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: