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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.batch.CfnJobDefinition.EvaluateOnExitProperty
CfnJobDefinition.EvaluateOnExitProperty.Builder, CfnJobDefinition.EvaluateOnExitProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnJobDefinition.EvaluateOnExitProperty.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
Specifies the action to take if all of the specified conditions (onStatusReason
,onReason
, andonExitCode
) are met.final String
Contains a glob pattern to match against the decimal representation of theExitCode
returned for a job.final String
Contains a glob pattern to match against theReason
returned for a job.final String
Contains a glob pattern to match against theStatusReason
returned for a job.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 theCfnJobDefinition.EvaluateOnExitProperty.Builder
.
-
-
Method Details
-
getAction
Description copied from interface:CfnJobDefinition.EvaluateOnExitProperty
Specifies the action to take if all of the specified conditions (onStatusReason
,onReason
, andonExitCode
) are met.The values aren't case sensitive.
- Specified by:
getAction
in interfaceCfnJobDefinition.EvaluateOnExitProperty
- See Also:
-
getOnExitCode
Description copied from interface:CfnJobDefinition.EvaluateOnExitProperty
Contains a glob pattern to match against the decimal representation of theExitCode
returned 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:
getOnExitCode
in interfaceCfnJobDefinition.EvaluateOnExitProperty
- See Also:
-
getOnReason
Description copied from interface:CfnJobDefinition.EvaluateOnExitProperty
Contains a glob pattern to match against theReason
returned 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:
getOnReason
in interfaceCfnJobDefinition.EvaluateOnExitProperty
- See Also:
-
getOnStatusReason
Description copied from interface:CfnJobDefinition.EvaluateOnExitProperty
Contains a glob pattern to match against theStatusReason
returned 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:
getOnStatusReason
in interfaceCfnJobDefinition.EvaluateOnExitProperty
- See Also:
-
$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()
-