AWS::IoT::JobTemplate ExponentialRolloutRate - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::IoT::JobTemplate ExponentialRolloutRate

Allows you to create an exponential rate of rollout for a job.

Syntax

To declare this entity in your 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.

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