@Stability(value=Stable)
public static interface CfnDeployment.IoTJobAbortCriteriaProperty
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.*;
IoTJobAbortCriteriaProperty ioTJobAbortCriteriaProperty = IoTJobAbortCriteriaProperty.builder()
.action("action")
.failureType("failureType")
.minNumberOfExecutedThings(123)
.thresholdPercentage(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDeployment.IoTJobAbortCriteriaProperty.Builder
A builder for
CfnDeployment.IoTJobAbortCriteriaProperty |
static class |
CfnDeployment.IoTJobAbortCriteriaProperty.Jsii$Proxy
An implementation for
CfnDeployment.IoTJobAbortCriteriaProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDeployment.IoTJobAbortCriteriaProperty.Builder |
builder() |
String |
getAction()
`CfnDeployment.IoTJobAbortCriteriaProperty.Action`.
|
String |
getFailureType()
`CfnDeployment.IoTJobAbortCriteriaProperty.FailureType`.
|
Number |
getMinNumberOfExecutedThings()
`CfnDeployment.IoTJobAbortCriteriaProperty.MinNumberOfExecutedThings`.
|
Number |
getThresholdPercentage()
`CfnDeployment.IoTJobAbortCriteriaProperty.ThresholdPercentage`.
|
@Stability(value=Stable) @NotNull String getAction()
@Stability(value=Stable) @NotNull String getFailureType()
@Stability(value=Stable) @NotNull Number getMinNumberOfExecutedThings()
@Stability(value=Stable) @NotNull Number getThresholdPercentage()
@Stability(value=Stable) static CfnDeployment.IoTJobAbortCriteriaProperty.Builder builder()
Copyright © 2022. All rights reserved.