This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::GreengrassV2::Deployment IoTJobExponentialRolloutRate
Contains information about an exponential rollout rate for a configuration deployment job.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "BaseRatePerMinute" :Integer, "IncrementFactor" :Number, "RateIncreaseCriteria" :IoTJobRateIncreaseCriteria}
YAML
BaseRatePerMinute:IntegerIncrementFactor:NumberRateIncreaseCriteria:IoTJobRateIncreaseCriteria
Properties
- BaseRatePerMinute
- 
                    The minimum number of devices that receive a pending job notification, per minute, when the job starts. This parameter defines the initial rollout rate of the job. Required: Yes Type: Integer Minimum: 1Maximum: 1000Update requires: Replacement 
- IncrementFactor
- 
                    The exponential factor to increase the rollout rate for the job. This parameter supports up to one digit after the decimal (for example, you can specify 1.5, but not1.55).Required: Yes Type: Number Minimum: 1Maximum: 5Update requires: Replacement 
- RateIncreaseCriteria
- 
                    The criteria to increase the rollout rate for the job. Required: Yes Type: IoTJobRateIncreaseCriteria Update requires: Replacement