Class CfnSnapshot
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.redshiftserverless.CfnSnapshot
- All Implemented Interfaces:
IInspectable
,ITaggableV2
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.112.0 (build de1bc80)",
date="2025-07-16T11:43:21.683Z")
@Stability(Stable)
public class CfnSnapshot
extends CfnResource
implements IInspectable, ITaggableV2
A snapshot object that contains databases.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.redshiftserverless.*; CfnSnapshot cfnSnapshot = CfnSnapshot.Builder.create(this, "MyCfnSnapshot") .snapshotName("snapshotName") // the properties below are optional .namespaceName("namespaceName") .retentionPeriod(123) .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
A fluent builder forCfnSnapshot
.static interface
A snapshot object that contains databases.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.ITaggableV2
ITaggableV2.Jsii$Default, ITaggableV2.Jsii$Proxy
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
CfnSnapshot
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CfnSnapshot
(software.amazon.jsii.JsiiObjectRef objRef) CfnSnapshot
(software.constructs.Construct scope, String id, CfnSnapshotProps props) -
Method Summary
Modifier and TypeMethodDescriptionThe owner AWS ;The username of the database within a snapshot.The unique identifier of the KMS key used to encrypt the snapshot.The Amazon Resource Name (ARN) of the namespace the snapshot was created from.The name of the namepsace.The owner AWS ;The retention period of the snapshot created by the scheduled action.The Amazon Resource Name (ARN) of the snapshot.The timestamp of when the snapshot was created.The name of the snapshot.The status of the snapshot.Tag Manager which manages the tags for this resource.The name of the namepsace.The retention period of the snapshot created by the scheduled action.The name of the snapshot.getTags()
An array of Tag objects to associate with the snapshot.void
inspect
(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties
(Map<String, Object> props) void
setNamespaceName
(String value) The name of the namepsace.void
setRetentionPeriod
(Number value) The retention period of the snapshot created by the scheduled action.void
setSnapshotName
(String value) The name of the snapshot.void
An array of Tag objects to associate with the snapshot.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validateProperties
Methods inherited from class software.amazon.awscdk.CfnRefElement
getRef
Methods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
Methods inherited from class software.constructs.Construct
getNode, isConstruct
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnSnapshot
protected CfnSnapshot(software.amazon.jsii.JsiiObjectRef objRef) -
CfnSnapshot
protected CfnSnapshot(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnSnapshot
@Stability(Stable) public CfnSnapshot(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnSnapshotProps props) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.props
- Resource properties. This parameter is required.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspect
in interfaceIInspectable
- Parameters:
inspector
- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderProperties
in classCfnResource
- Parameters:
props
- This parameter is required.
-
getAttrOwnerAccount
The owner AWS ;account of the snapshot.
-
getAttrSnapshot
-
getAttrSnapshotAdminUsername
The username of the database within a snapshot. -
getAttrSnapshotKmsKeyId
The unique identifier of the KMS key used to encrypt the snapshot. -
getAttrSnapshotNamespaceArn
The Amazon Resource Name (ARN) of the namespace the snapshot was created from. -
getAttrSnapshotNamespaceName
The name of the namepsace. -
getAttrSnapshotOwnerAccount
The owner AWS ;account of the snapshot.
-
getAttrSnapshotRetentionPeriod
The retention period of the snapshot created by the scheduled action. -
getAttrSnapshotSnapshotArn
The Amazon Resource Name (ARN) of the snapshot. -
getAttrSnapshotSnapshotCreateTime
The timestamp of when the snapshot was created. -
getAttrSnapshotSnapshotName
The name of the snapshot. -
getAttrSnapshotStatus
The status of the snapshot. -
getCdkTagManager
Tag Manager which manages the tags for this resource.- Specified by:
getCdkTagManager
in interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnProperties
in classCfnResource
-
getSnapshotName
The name of the snapshot. -
setSnapshotName
The name of the snapshot. -
getNamespaceName
The name of the namepsace. -
setNamespaceName
The name of the namepsace. -
getRetentionPeriod
The retention period of the snapshot created by the scheduled action. -
setRetentionPeriod
The retention period of the snapshot created by the scheduled action. -
getTags
An array of Tag objects to associate with the snapshot. -
setTags
An array of Tag objects to associate with the snapshot.
-