AWS::GreengrassV2::Deployment IoTJobExponentialRolloutRate
Contains information about an exponential rollout rate for a configuration deployment job.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "BaseRatePerMinute" :
Integer
, "IncrementFactor" :Number
, "RateIncreaseCriteria" :IoTJobRateIncreaseCriteria
}
YAML
BaseRatePerMinute:
Integer
IncrementFactor:Number
RateIncreaseCriteria: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:
1
Maximum:
1000
Update 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:
1
Maximum:
5
Update requires: Replacement
RateIncreaseCriteria
-
The criteria to increase the rollout rate for the job.
Required: Yes
Type: IoTJobRateIncreaseCriteria
Update requires: Replacement