Class CfnSnapshotProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.redshiftserverless.CfnSnapshotProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSnapshotProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSnapshotProps
@Stability(Stable)
@Internal
public static final class CfnSnapshotProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSnapshotProps
An implementation for
CfnSnapshotProps
-
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.CfnSnapshotProps
CfnSnapshotProps.Builder, CfnSnapshotProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnSnapshotProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnSnapshotProps.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 name of the namepsace.final Number
The retention period of the snapshot created by the scheduled action.final String
The name of the snapshot.getTags()
An array of Tag objects to associate with 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 theCfnSnapshotProps.Builder
.
-
-
Method Details
-
getSnapshotName
Description copied from interface:CfnSnapshotProps
The name of the snapshot.- Specified by:
getSnapshotName
in interfaceCfnSnapshotProps
- See Also:
-
getNamespaceName
Description copied from interface:CfnSnapshotProps
The name of the namepsace.- Specified by:
getNamespaceName
in interfaceCfnSnapshotProps
- See Also:
-
getRetentionPeriod
Description copied from interface:CfnSnapshotProps
The retention period of the snapshot created by the scheduled action.- Specified by:
getRetentionPeriod
in interfaceCfnSnapshotProps
- See Also:
-
getTags
Description copied from interface:CfnSnapshotProps
An array of Tag objects to associate with the snapshot.- Specified by:
getTags
in interfaceCfnSnapshotProps
- 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()
-