Class CfnDeployment.IoTJobAbortCriteriaProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.greengrassv2.CfnDeployment.IoTJobAbortCriteriaProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDeployment.IoTJobAbortCriteriaProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDeployment.IoTJobAbortCriteriaProperty
@Stability(Stable)
@Internal
public static final class CfnDeployment.IoTJobAbortCriteriaProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDeployment.IoTJobAbortCriteriaProperty
An implementation for
CfnDeployment.IoTJobAbortCriteriaProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.greengrassv2.CfnDeployment.IoTJobAbortCriteriaProperty
CfnDeployment.IoTJobAbortCriteriaProperty.Builder, CfnDeployment.IoTJobAbortCriteriaProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDeployment.IoTJobAbortCriteriaProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The action to perform when the criteria are met.final String
The type of job deployment failure that can cancel a job.final Number
The minimum number of things that receive the configuration before the job can cancel.final Number
The minimum percentage offailureType
failures that occur before the job can cancel.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDeployment.IoTJobAbortCriteriaProperty.Builder
.
-
-
Method Details
-
getAction
Description copied from interface:CfnDeployment.IoTJobAbortCriteriaProperty
The action to perform when the criteria are met.- Specified by:
getAction
in interfaceCfnDeployment.IoTJobAbortCriteriaProperty
-
getFailureType
Description copied from interface:CfnDeployment.IoTJobAbortCriteriaProperty
The type of job deployment failure that can cancel a job.- Specified by:
getFailureType
in interfaceCfnDeployment.IoTJobAbortCriteriaProperty
-
getMinNumberOfExecutedThings
Description copied from interface:CfnDeployment.IoTJobAbortCriteriaProperty
The minimum number of things that receive the configuration before the job can cancel.- Specified by:
getMinNumberOfExecutedThings
in interfaceCfnDeployment.IoTJobAbortCriteriaProperty
-
getThresholdPercentage
Description copied from interface:CfnDeployment.IoTJobAbortCriteriaProperty
The minimum percentage offailureType
failures that occur before the job can cancel.This parameter supports up to two digits after the decimal (for example, you can specify
10.9
or10.99
, but not10.999
).- Specified by:
getThresholdPercentage
in interfaceCfnDeployment.IoTJobAbortCriteriaProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-