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::Job JobExecutionsRolloutConfig
Allows you to create a staged rollout of a job.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "ExponentialRate" :ExponentialRolloutRate, "MaximumPerMinute" :Integer}
YAML
ExponentialRate:ExponentialRolloutRateMaximumPerMinute:Integer
Properties
ExponentialRate-
The rate of increase for a job rollout. This parameter allows you to define an exponential rate for a job rollout.
Required: No
Type: ExponentialRolloutRate
Update requires: No interruption
MaximumPerMinute-
The maximum number of things that will be notified of a pending job, per minute. This parameter allows you to create a staged rollout.
Required: No
Type: Integer
Minimum:
1Update requires: No interruption