Class CfnJobDefinitionPropsMixin.ResourceRetentionPolicyProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.batch.CfnJobDefinitionPropsMixin.ResourceRetentionPolicyProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnJobDefinitionPropsMixin.ResourceRetentionPolicyProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnJobDefinitionPropsMixin.ResourceRetentionPolicyProperty
@Stability(Stable)
@Internal
public static final class CfnJobDefinitionPropsMixin.ResourceRetentionPolicyProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnJobDefinitionPropsMixin.ResourceRetentionPolicyProperty
An implementation for
CfnJobDefinitionPropsMixin.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.cfnpropertymixins.services.batch.CfnJobDefinitionPropsMixin.ResourceRetentionPolicyProperty
CfnJobDefinitionPropsMixin.ResourceRetentionPolicyProperty.Builder, CfnJobDefinitionPropsMixin.ResourceRetentionPolicyProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnJobDefinitionPropsMixin.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 theCfnJobDefinitionPropsMixin.ResourceRetentionPolicyProperty.Builder.
-
-
Method Details
-
getSkipDeregisterOnUpdate
Description copied from interface:CfnJobDefinitionPropsMixin.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 interfaceCfnJobDefinitionPropsMixin.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()
-