AWS::IoT::JobTemplate JobExecutionsRolloutConfig
Allows you to create a staged rollout of a job.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ExponentialRolloutRate" :
ExponentialRolloutRate
, "MaximumPerMinute" :Integer
}
YAML
ExponentialRolloutRate:
ExponentialRolloutRate
MaximumPerMinute:Integer
Properties
ExponentialRolloutRate
-
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: Replacement
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:
1
Update requires: Replacement