AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::RedshiftServerless::Snapshot

CfnSnapshot

A snapshot object that contains databases.

Import

import { CfnSnapshot } from 'aws-cdk-lib/aws-redshiftserverless';

Or use the module namespace:

import * as redshiftserverless from 'aws-cdk-lib/aws-redshiftserverless';
// redshiftserverless.CfnSnapshot

Properties

Configuration passed to the constructor as CfnSnapshotProps.

snapshotNameRequired
string

The name of the snapshot.

namespaceNameOptional
string

The name of the namepsace.

retentionPeriodOptional
number

The retention period of the snapshot created by the scheduled action.

tagsOptional
CfnTag[]

An array of [Tag objects](https://docs.aws.amazon.com/redshift-serverless/latest/APIReference/API_Tag.html) to associate with the snapshot.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-redshiftserverless
CFN TypeAWS::RedshiftServerless::Snapshot
Properties4

Related Constructs

External Links