Class CfnJobQueue.JobStateTimeLimitActionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.batch.CfnJobQueue.JobStateTimeLimitActionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnJobQueue.JobStateTimeLimitActionProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnJobQueue.JobStateTimeLimitActionProperty
@Stability(Stable)
@Internal
public static final class CfnJobQueue.JobStateTimeLimitActionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnJobQueue.JobStateTimeLimitActionProperty
An implementation for
CfnJobQueue.JobStateTimeLimitActionProperty
-
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.CfnJobQueue.JobStateTimeLimitActionProperty
CfnJobQueue.JobStateTimeLimitActionProperty.Builder, CfnJobQueue.JobStateTimeLimitActionProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnJobQueue.JobStateTimeLimitActionProperty.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 take when a job is at the head of the job queue in the specified state for the specified period of time.final Number
The approximate amount of time, in seconds, that must pass with the job in the specified state before the action is taken.final String
The reason to log for the action being taken.final String
getState()
The state of the job needed to trigger the action.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 theCfnJobQueue.JobStateTimeLimitActionProperty.Builder
.
-
-
Method Details
-
getAction
Description copied from interface:CfnJobQueue.JobStateTimeLimitActionProperty
The action to take when a job is at the head of the job queue in the specified state for the specified period of time.The only supported value is
CANCEL
, which will cancel the job.- Specified by:
getAction
in interfaceCfnJobQueue.JobStateTimeLimitActionProperty
- See Also:
-
getMaxTimeSeconds
Description copied from interface:CfnJobQueue.JobStateTimeLimitActionProperty
The approximate amount of time, in seconds, that must pass with the job in the specified state before the action is taken.The minimum value is 600 (10 minutes) and the maximum value is 86,400 (24 hours).
- Specified by:
getMaxTimeSeconds
in interfaceCfnJobQueue.JobStateTimeLimitActionProperty
- See Also:
-
getReason
Description copied from interface:CfnJobQueue.JobStateTimeLimitActionProperty
The reason to log for the action being taken.- Specified by:
getReason
in interfaceCfnJobQueue.JobStateTimeLimitActionProperty
- See Also:
-
getState
Description copied from interface:CfnJobQueue.JobStateTimeLimitActionProperty
The state of the job needed to trigger the action.The only supported value is
RUNNABLE
.- Specified by:
getState
in interfaceCfnJobQueue.JobStateTimeLimitActionProperty
- 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()
-