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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.dlm.CfnLifecyclePolicy.RetentionArchiveTierProperty
CfnLifecyclePolicy.RetentionArchiveTierProperty.Builder, CfnLifecyclePolicy.RetentionArchiveTierProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnLifecyclePolicy.RetentionArchiveTierProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Number
getCount()
The maximum number of snapshots to retain in the archive storage tier for each volume.final Number
Specifies the period of time to retain snapshots in the archive tier.final String
The unit of time in which to measure the Interval .final int
hashCode()
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.RetentionArchiveTierProperty
The 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:
getCount
in interfaceCfnLifecyclePolicy.RetentionArchiveTierProperty
- See Also:
-
getInterval
Description copied from interface:CfnLifecyclePolicy.RetentionArchiveTierProperty
Specifies the period of time to retain snapshots in the archive tier.After this period expires, the snapshot is permanently deleted.
- Specified by:
getInterval
in interfaceCfnLifecyclePolicy.RetentionArchiveTierProperty
- See Also:
-
getIntervalUnit
Description copied from interface:CfnLifecyclePolicy.RetentionArchiveTierProperty
The unit of time in which to measure the Interval .For example, to retain a snapshots in the archive tier for 6 months, specify
Interval=6
andIntervalUnit=MONTHS
.- Specified by:
getIntervalUnit
in interfaceCfnLifecyclePolicy.RetentionArchiveTierProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-