Class CfnComputeEnvironmentPropsMixin.UpdatePolicyProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.batch.CfnComputeEnvironmentPropsMixin.UpdatePolicyProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnComputeEnvironmentPropsMixin.UpdatePolicyProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnComputeEnvironmentPropsMixin.UpdatePolicyProperty
@Stability(Stable)
@Internal
public static final class CfnComputeEnvironmentPropsMixin.UpdatePolicyProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnComputeEnvironmentPropsMixin.UpdatePolicyProperty
An implementation for
CfnComputeEnvironmentPropsMixin.UpdatePolicyProperty-
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.cfnpropertymixins.services.batch.CfnComputeEnvironmentPropsMixin.UpdatePolicyProperty
CfnComputeEnvironmentPropsMixin.UpdatePolicyProperty.Builder, CfnComputeEnvironmentPropsMixin.UpdatePolicyProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnComputeEnvironmentPropsMixin.UpdatePolicyProperty.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 NumberSpecifies the job timeout (in minutes) when the compute environment infrastructure is updated.final ObjectSpecifies whether jobs are automatically terminated when the compute environment infrastructure is updated.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 theCfnComputeEnvironmentPropsMixin.UpdatePolicyProperty.Builder.
-
-
Method Details
-
getJobExecutionTimeoutMinutes
Description copied from interface:CfnComputeEnvironmentPropsMixin.UpdatePolicyPropertySpecifies the job timeout (in minutes) when the compute environment infrastructure is updated.The default value is 30.
Default: - 30
- Specified by:
getJobExecutionTimeoutMinutesin interfaceCfnComputeEnvironmentPropsMixin.UpdatePolicyProperty- See Also:
-
getTerminateJobsOnUpdate
Description copied from interface:CfnComputeEnvironmentPropsMixin.UpdatePolicyPropertySpecifies whether jobs are automatically terminated when the compute environment infrastructure is updated.The default value is
false.Returns union: either
BooleanorIResolvableDefault: - false
- Specified by:
getTerminateJobsOnUpdatein interfaceCfnComputeEnvironmentPropsMixin.UpdatePolicyProperty- 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()
-