@Stability(value=Stable)
public static interface CfnDeployment.IoTJobAbortConfigProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.greengrassv2.*;
IoTJobAbortConfigProperty ioTJobAbortConfigProperty = IoTJobAbortConfigProperty.builder()
.criteriaList(List.of(IoTJobAbortCriteriaProperty.builder()
.action("action")
.failureType("failureType")
.minNumberOfExecutedThings(123)
.thresholdPercentage(123)
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDeployment.IoTJobAbortConfigProperty.Builder
A builder for
CfnDeployment.IoTJobAbortConfigProperty |
static class |
CfnDeployment.IoTJobAbortConfigProperty.Jsii$Proxy
An implementation for
CfnDeployment.IoTJobAbortConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDeployment.IoTJobAbortConfigProperty.Builder |
builder() |
Object |
getCriteriaList()
`CfnDeployment.IoTJobAbortConfigProperty.CriteriaList`.
|
@Stability(value=Stable) @NotNull Object getCriteriaList()
@Stability(value=Stable) static CfnDeployment.IoTJobAbortConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.