public static final class CfnLifecyclePolicy.FastRestoreRuleProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnLifecyclePolicy.FastRestoreRuleProperty
CfnLifecyclePolicy.FastRestoreRuleProperty
CfnLifecyclePolicy.FastRestoreRuleProperty.Builder, CfnLifecyclePolicy.FastRestoreRuleProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.util.List<java.lang.String> |
getAvailabilityZones()
The Availability Zones in which to enable fast snapshot restore.
|
java.lang.Number |
getCount()
The number of snapshots to be enabled with fast snapshot restore.
|
java.lang.Number |
getInterval()
The amount of time to enable fast snapshot restore.
|
java.lang.String |
getIntervalUnit()
The unit of time for enabling fast snapshot restore.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.util.List<java.lang.String> getAvailabilityZones()
CfnLifecyclePolicy.FastRestoreRuleProperty
getAvailabilityZones
in interface CfnLifecyclePolicy.FastRestoreRuleProperty
public final java.lang.Number getCount()
CfnLifecyclePolicy.FastRestoreRuleProperty
getCount
in interface CfnLifecyclePolicy.FastRestoreRuleProperty
public final java.lang.Number getInterval()
CfnLifecyclePolicy.FastRestoreRuleProperty
The maximum is 100 years. This is equivalent to 1200 months, 5200 weeks, or 36500 days.
getInterval
in interface CfnLifecyclePolicy.FastRestoreRuleProperty
public final java.lang.String getIntervalUnit()
CfnLifecyclePolicy.FastRestoreRuleProperty
getIntervalUnit
in interface CfnLifecyclePolicy.FastRestoreRuleProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()