Class CfnJobDefinition.EvaluateOnExitProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnJobDefinition.EvaluateOnExitProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnJobDefinition.EvaluateOnExitProperty
CfnJobDefinition.EvaluateOnExitProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.batch.CfnJobDefinition.EvaluateOnExitProperty
CfnJobDefinition.EvaluateOnExitProperty.Builder, CfnJobDefinition.EvaluateOnExitProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnJobDefinition.EvaluateOnExitProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringSpecifies the action to take if all of the specified conditions (onStatusReason,onReason, andonExitCode) are met.final StringContains a glob pattern to match against the decimal representation of theExitCodereturned for a job.final StringContains a glob pattern to match against theReasonreturned for a job.final StringContains a glob pattern to match against theStatusReasonreturned for a job.final inthashCode()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 theCfnJobDefinition.EvaluateOnExitProperty.Builder.
-
-
Method Details
-
getAction
Description copied from interface:CfnJobDefinition.EvaluateOnExitPropertySpecifies the action to take if all of the specified conditions (onStatusReason,onReason, andonExitCode) are met.The values aren't case sensitive.
- Specified by:
getActionin interfaceCfnJobDefinition.EvaluateOnExitProperty
-
getOnExitCode
Description copied from interface:CfnJobDefinition.EvaluateOnExitPropertyContains a glob pattern to match against the decimal representation of theExitCodereturned for a job.The pattern can be up to 512 characters long. It can contain only numbers, and can end with an asterisk (*) so that only the start of the string needs to be an exact match.
The string can contain up to 512 characters.
- Specified by:
getOnExitCodein interfaceCfnJobDefinition.EvaluateOnExitProperty
-
getOnReason
Description copied from interface:CfnJobDefinition.EvaluateOnExitPropertyContains a glob pattern to match against theReasonreturned for a job.The pattern can contain up to 512 characters. It can contain letters, numbers, periods (.), colons (:), and white space (including spaces and tabs). It can optionally end with an asterisk (*) so that only the start of the string needs to be an exact match.
- Specified by:
getOnReasonin interfaceCfnJobDefinition.EvaluateOnExitProperty
-
getOnStatusReason
Description copied from interface:CfnJobDefinition.EvaluateOnExitPropertyContains a glob pattern to match against theStatusReasonreturned for a job.The pattern can contain up to 512 characters. It can contain letters, numbers, periods (.), colons (:), and white spaces (including spaces or tabs). It can optionally end with an asterisk (*) so that only the start of the string needs to be an exact match.
- Specified by:
getOnStatusReasonin interfaceCfnJobDefinition.EvaluateOnExitProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-