Class CfnJobDefinition.ResourceRetentionPolicyProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.batch.CfnJobDefinition.ResourceRetentionPolicyProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnJobDefinition.ResourceRetentionPolicyProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnJobDefinition.ResourceRetentionPolicyProperty
@Stability(Stable)
@Internal
public static final class CfnJobDefinition.ResourceRetentionPolicyProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnJobDefinition.ResourceRetentionPolicyProperty
An implementation for
CfnJobDefinition.ResourceRetentionPolicyProperty-
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.ResourceRetentionPolicyProperty
CfnJobDefinition.ResourceRetentionPolicyProperty.Builder, CfnJobDefinition.ResourceRetentionPolicyProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnJobDefinition.ResourceRetentionPolicyProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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.ResourceRetentionPolicyProperty.Builder.
-
-
Method Details
-
getSkipDeregisterOnUpdate
Description copied from interface:CfnJobDefinition.ResourceRetentionPolicyPropertySpecifies whether the previous revision of the job definition is retained in an active status after UPDATE events for the resource.The default value is
false. When the property is set tofalse, the previous revision of the job definition is de-registered after a new revision is created. When the property is set totrue, the previous revision of the job definition is not de-registered.Returns union: either
BooleanorIResolvableDefault: - false
- Specified by:
getSkipDeregisterOnUpdatein interfaceCfnJobDefinition.ResourceRetentionPolicyProperty- 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()
-