aws-cdk-lib.aws_iot.CfnJobTemplate.AbortConfigProperty

interface AbortConfigProperty

LanguageType name
.NETAmazon.CDK.AWS.IoT.CfnJobTemplate.AbortConfigProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiot#CfnJobTemplate_AbortConfigProperty
Javasoftware.amazon.awscdk.services.iot.CfnJobTemplate.AbortConfigProperty
Pythonaws_cdk.aws_iot.CfnJobTemplate.AbortConfigProperty
TypeScript aws-cdk-lib » aws_iot » CfnJobTemplate » AbortConfigProperty

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

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iot as iot } from 'aws-cdk-lib';
const abortConfigProperty: iot.CfnJobTemplate.AbortConfigProperty = {
  criteriaList: [{
    action: 'action',
    failureType: 'failureType',
    minNumberOfExecutedThings: 123,
    thresholdPercentage: 123,
  }],
};

Properties

NameTypeDescription
criteriaListIResolvable | IResolvable | AbortCriteriaProperty[]The list of criteria that determine when and how to abort the job.

criteriaList

Type: IResolvable | IResolvable | AbortCriteriaProperty[]

The list of criteria that determine when and how to abort the job.