This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
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:IoTJobExponentialRolloutRateMaximumPerMinute: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:
1Maximum:
1000Update requires: Replacement