Class CfnNamespace.SnapshotCopyConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.redshiftserverless.CfnNamespace.SnapshotCopyConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnNamespace.SnapshotCopyConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnNamespace.SnapshotCopyConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnNamespace.SnapshotCopyConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnNamespace.SnapshotCopyConfigurationProperty
An implementation for
CfnNamespace.SnapshotCopyConfigurationProperty-
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.redshiftserverless.CfnNamespace.SnapshotCopyConfigurationProperty
CfnNamespace.SnapshotCopyConfigurationProperty.Builder, CfnNamespace.SnapshotCopyConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnNamespace.SnapshotCopyConfigurationProperty.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 StringThe ID of the KMS key to use to encrypt your snapshots in the destination AWS Region .final StringThe destination AWS Region to copy snapshots to.final NumberThe retention period of snapshots that are copied to the destination AWS Region .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 theCfnNamespace.SnapshotCopyConfigurationProperty.Builder.
-
-
Method Details
-
getDestinationRegion
Description copied from interface:CfnNamespace.SnapshotCopyConfigurationPropertyThe destination AWS Region to copy snapshots to.- Specified by:
getDestinationRegionin interfaceCfnNamespace.SnapshotCopyConfigurationProperty- See Also:
-
getDestinationKmsKeyId
Description copied from interface:CfnNamespace.SnapshotCopyConfigurationPropertyThe ID of the KMS key to use to encrypt your snapshots in the destination AWS Region .- Specified by:
getDestinationKmsKeyIdin interfaceCfnNamespace.SnapshotCopyConfigurationProperty- See Also:
-
getSnapshotRetentionPeriod
Description copied from interface:CfnNamespace.SnapshotCopyConfigurationPropertyThe retention period of snapshots that are copied to the destination AWS Region .- Specified by:
getSnapshotRetentionPeriodin interfaceCfnNamespace.SnapshotCopyConfigurationProperty- 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()
-