AWS::GreengrassV2::Deployment IoTJobRateIncreaseCriteria
Contains information about criteria to meet before a job increases its rollout rate.
Specify either numberOfNotifiedThings or
numberOfSucceededThings.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "NumberOfNotifiedThings" :Integer, "NumberOfSucceededThings" :Integer}
YAML
NumberOfNotifiedThings:IntegerNumberOfSucceededThings:Integer
Properties
NumberOfNotifiedThings-
The number of devices to receive the job notification before the rollout rate increases.
Required: No
Type: Integer
Update requires: Replacement
NumberOfSucceededThings-
The number of devices to successfully run the configuration job before the rollout rate increases.
Required: No
Type: Integer
Update requires: Replacement