aws-cdk-lib.aws_greengrassv2.CfnDeployment.IoTJobAbortConfigProperty

interface IoTJobAbortConfigProperty

LanguageType name
.NETAmazon.CDK.AWS.GreengrassV2.CfnDeployment.IoTJobAbortConfigProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsgreengrassv2#CfnDeployment_IoTJobAbortConfigProperty
Javasoftware.amazon.awscdk.services.greengrassv2.CfnDeployment.IoTJobAbortConfigProperty
Pythonaws_cdk.aws_greengrassv2.CfnDeployment.IoTJobAbortConfigProperty
TypeScript aws-cdk-lib » aws_greengrassv2 » CfnDeployment » IoTJobAbortConfigProperty

Contains a list of criteria that define when and how to cancel a configuration deployment.

Example

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

Properties

NameTypeDescription
criteriaListIResolvable | IResolvable | IoTJobAbortCriteriaProperty[]The list of criteria that define when and how to cancel the configuration deployment.

criteriaList

Type: IResolvable | IResolvable | IoTJobAbortCriteriaProperty[]

The list of criteria that define when and how to cancel the configuration deployment.