@Stability(value=Stable)
public static interface CfnJobTemplate.AbortConfigProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnJobTemplate.AbortConfigProperty.Builder
A builder for
CfnJobTemplate.AbortConfigProperty |
static class |
CfnJobTemplate.AbortConfigProperty.Jsii$Proxy
An implementation for
CfnJobTemplate.AbortConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnJobTemplate.AbortConfigProperty.Builder |
builder() |
Object |
getCriteriaList()
The list of criteria that determine when and how to abort the job.
|
@Stability(value=Stable) @NotNull Object getCriteriaList()
@Stability(value=Stable) static CfnJobTemplate.AbortConfigProperty.Builder builder()
Copyright © 2023. All rights reserved.