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