IoTJobAbortCriteria

Contains criteria that define when and how to cancel a job.

The deployment stops if the following conditions are true:

  1. The number of things that receive the deployment exceeds the minNumberOfExecutedThings.

  2. The percentage of failures with type failureType exceeds the thresholdPercentage.

AWSEdge ComputingIoTLambdaMachine LearningReal-Time Processing

Properties

Name Type Description
failureType object
action object
thresholdPercentage object
minNumberOfExecutedThings object
View JSON Schema on GitHub