Interface CfnJobTemplate.AbortConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnJobTemplate.AbortConfigProperty.Jsii$Proxy
- Enclosing class:
CfnJobTemplate
@Stability(Stable)
public static interface CfnJobTemplate.AbortConfigProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.iot.*; AbortConfigProperty abortConfigProperty = AbortConfigProperty.builder() .criteriaList(List.of(AbortCriteriaProperty.builder() .action("action") .failureType("failureType") .minNumberOfExecutedThings(123) .thresholdPercentage(123) .build())) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnJobTemplate.AbortConfigProperty
static final class
An implementation forCfnJobTemplate.AbortConfigProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The list of criteria that determine when and how to abort the job.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCriteriaList
The list of criteria that determine when and how to abort the job.- See Also:
-
builder
-