Class CfnSnapshot.SnapshotProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.redshiftserverless.CfnSnapshot.SnapshotProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnSnapshot.SnapshotProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSnapshot.SnapshotProperty
@Stability(Stable)
@Internal
public static final class CfnSnapshot.SnapshotProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSnapshot.SnapshotProperty
An implementation for
CfnSnapshot.SnapshotProperty
-
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.redshiftserverless.CfnSnapshot.SnapshotProperty
CfnSnapshot.SnapshotProperty.Builder, CfnSnapshot.SnapshotProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnSnapshot.SnapshotProperty.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 String
The username of the database within a snapshot.final String
The unique identifier of the KMS key used to encrypt the snapshot.final String
The Amazon Resource Name (ARN) of the namespace the snapshot was created from.final String
The name of the namepsace.final String
The owner AWS ;final Number
The retention period of the snapshot created by the scheduled action.final String
The Amazon Resource Name (ARN) of the snapshot.final String
The timestamp of when the snapshot was created.final String
The name of the snapshot.final String
The status of the snapshot.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 theCfnSnapshot.SnapshotProperty.Builder
.
-
-
Method Details
-
getAdminUsername
Description copied from interface:CfnSnapshot.SnapshotProperty
The username of the database within a snapshot.- Specified by:
getAdminUsername
in interfaceCfnSnapshot.SnapshotProperty
- See Also:
-
getKmsKeyId
Description copied from interface:CfnSnapshot.SnapshotProperty
The unique identifier of the KMS key used to encrypt the snapshot.- Specified by:
getKmsKeyId
in interfaceCfnSnapshot.SnapshotProperty
- See Also:
-
getNamespaceArn
Description copied from interface:CfnSnapshot.SnapshotProperty
The Amazon Resource Name (ARN) of the namespace the snapshot was created from.- Specified by:
getNamespaceArn
in interfaceCfnSnapshot.SnapshotProperty
- See Also:
-
getNamespaceName
Description copied from interface:CfnSnapshot.SnapshotProperty
The name of the namepsace.- Specified by:
getNamespaceName
in interfaceCfnSnapshot.SnapshotProperty
- See Also:
-
getOwnerAccount
Description copied from interface:CfnSnapshot.SnapshotProperty
The owner AWS ;account of the snapshot.
- Specified by:
getOwnerAccount
in interfaceCfnSnapshot.SnapshotProperty
- See Also:
-
getRetentionPeriod
Description copied from interface:CfnSnapshot.SnapshotProperty
The retention period of the snapshot created by the scheduled action.- Specified by:
getRetentionPeriod
in interfaceCfnSnapshot.SnapshotProperty
- See Also:
-
getSnapshotArn
Description copied from interface:CfnSnapshot.SnapshotProperty
The Amazon Resource Name (ARN) of the snapshot.- Specified by:
getSnapshotArn
in interfaceCfnSnapshot.SnapshotProperty
- See Also:
-
getSnapshotCreateTime
Description copied from interface:CfnSnapshot.SnapshotProperty
The timestamp of when the snapshot was created.- Specified by:
getSnapshotCreateTime
in interfaceCfnSnapshot.SnapshotProperty
- See Also:
-
getSnapshotName
Description copied from interface:CfnSnapshot.SnapshotProperty
The name of the snapshot.- Specified by:
getSnapshotName
in interfaceCfnSnapshot.SnapshotProperty
- See Also:
-
getStatus
Description copied from interface:CfnSnapshot.SnapshotProperty
The status of the snapshot.- Specified by:
getStatus
in interfaceCfnSnapshot.SnapshotProperty
- 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()
-