AWS::GreengrassV2::Deployment IoTJobRateIncreaseCriteria - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new 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 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 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