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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.batch.CfnJobQueue.JobStateTimeLimitActionProperty
CfnJobQueue.JobStateTimeLimitActionProperty.Builder, CfnJobQueue.JobStateTimeLimitActionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnJobQueue.JobStateTimeLimitActionProperty.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 StringThe 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 NumberThe approximate amount of time, in seconds, that must pass with the job in the specified state before the action is taken.final StringThe reason to log for the action being taken.final StringgetState()The state of the job needed to trigger the action.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 theCfnJobQueue.JobStateTimeLimitActionProperty.Builder.
-
-
Method Details
-
getAction
Description copied from interface:CfnJobQueue.JobStateTimeLimitActionPropertyThe 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:
getActionin interfaceCfnJobQueue.JobStateTimeLimitActionProperty- See Also:
-
getMaxTimeSeconds
Description copied from interface:CfnJobQueue.JobStateTimeLimitActionPropertyThe 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:
getMaxTimeSecondsin interfaceCfnJobQueue.JobStateTimeLimitActionProperty- See Also:
-
getReason
Description copied from interface:CfnJobQueue.JobStateTimeLimitActionPropertyThe reason to log for the action being taken.- Specified by:
getReasonin interfaceCfnJobQueue.JobStateTimeLimitActionProperty- See Also:
-
getState
Description copied from interface:CfnJobQueue.JobStateTimeLimitActionPropertyThe state of the job needed to trigger the action.The only supported value is
RUNNABLE.- Specified by:
getStatein interfaceCfnJobQueue.JobStateTimeLimitActionProperty- See Also:
-
$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()
-