AWS::GreengrassV2::Deployment IoTJobRateIncreaseCriteria - AWS CloudFormation

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 AWS 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