AWS::GreengrassV2::Deployment IoTJobExecutionsRolloutConfig
Contains information about the rollout configuration for a job. This configuration defines the rate at which the job deploys a configuration to a fleet of target devices.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ExponentialRate" :
IoTJobExponentialRolloutRate
, "MaximumPerMinute" :Integer
}
YAML
ExponentialRate:
IoTJobExponentialRolloutRate
MaximumPerMinute:Integer
Properties
ExponentialRate
-
The exponential rate to increase the job rollout rate.
Required: No
Type: IoTJobExponentialRolloutRate
Update requires: Replacement
MaximumPerMinute
-
The maximum number of devices that receive a pending job notification, per minute.
Required: No
Type: Integer
Minimum:
1
Maximum:
1000
Update requires: Replacement