Class CfnLifecyclePolicy.RetentionArchiveTierProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.dlm.CfnLifecyclePolicy.RetentionArchiveTierProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnLifecyclePolicy.RetentionArchiveTierProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLifecyclePolicy.RetentionArchiveTierProperty
@Stability(Stable)
@Internal
public static final class CfnLifecyclePolicy.RetentionArchiveTierProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLifecyclePolicy.RetentionArchiveTierProperty
An implementation for
CfnLifecyclePolicy.RetentionArchiveTierProperty-
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.dlm.CfnLifecyclePolicy.RetentionArchiveTierProperty
CfnLifecyclePolicy.RetentionArchiveTierProperty.Builder, CfnLifecyclePolicy.RetentionArchiveTierProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLifecyclePolicy.RetentionArchiveTierProperty.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 NumbergetCount()The maximum number of snapshots to retain in the archive storage tier for each volume.final NumberSpecifies the period of time to retain snapshots in the archive tier.final StringThe unit of time in which to measure the Interval .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 theCfnLifecyclePolicy.RetentionArchiveTierProperty.Builder.
-
-
Method Details
-
getCount
Description copied from interface:CfnLifecyclePolicy.RetentionArchiveTierPropertyThe maximum number of snapshots to retain in the archive storage tier for each volume.The count must ensure that each snapshot remains in the archive tier for at least 90 days. For example, if the schedule creates snapshots every 30 days, you must specify a count of 3 or more to ensure that each snapshot is archived for at least 90 days.
- Specified by:
getCountin interfaceCfnLifecyclePolicy.RetentionArchiveTierProperty- See Also:
-
getInterval
Description copied from interface:CfnLifecyclePolicy.RetentionArchiveTierPropertySpecifies the period of time to retain snapshots in the archive tier.After this period expires, the snapshot is permanently deleted.
- Specified by:
getIntervalin interfaceCfnLifecyclePolicy.RetentionArchiveTierProperty- See Also:
-
getIntervalUnit
Description copied from interface:CfnLifecyclePolicy.RetentionArchiveTierPropertyThe unit of time in which to measure the Interval .For example, to retain a snapshots in the archive tier for 6 months, specify
Interval=6andIntervalUnit=MONTHS.- Specified by:
getIntervalUnitin interfaceCfnLifecyclePolicy.RetentionArchiveTierProperty- 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()
-