AWS::IoT::JobTemplate AbortCriteria - 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::IoT::JobTemplate AbortCriteria

The criteria that determine when and how a job abort takes place.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Action" : String, "FailureType" : String, "MinNumberOfExecutedThings" : Integer, "ThresholdPercentage" : Double }

YAML

Action: String FailureType: String MinNumberOfExecutedThings: Integer ThresholdPercentage: Double

Properties

Action

The type of job action to take to initiate the job abort.

Required: Yes

Type: String

Update requires: Replacement

FailureType

The type of job execution failures that can initiate a job abort.

Required: Yes

Type: String

Update requires: Replacement

MinNumberOfExecutedThings

The minimum number of things which must receive job execution notifications before the job can be aborted.

Required: Yes

Type: Integer

Update requires: Replacement

ThresholdPercentage

The minimum percentage of job execution failures that must occur to initiate the job abort.

Amazon IoT Core supports up to two digits after the decimal (for example, 10.9 and 10.99, but not 10.999).

Required: Yes

Type: Double

Update requires: Replacement