AWS::GreengrassV2::Deployment IoTJobRateIncreaseCriteria - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 }

Properties

NumberOfNotifiedThings

The number of devices to receive the job notification before the rollout rate increases.

Required: No

Type: Integer

Minimum: 1

Maximum: 2147483647

Update requires: Replacement

NumberOfSucceededThings

The number of devices to successfully run the configuration job before the rollout rate increases.

Required: No

Type: Integer

Minimum: 1

Maximum: 2147483647

Update requires: Replacement