AWS::IoT::JobTemplate ExponentialRolloutRate - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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:

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.

Amazon 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