AWS::RedshiftServerless::SnapshotA snapshot object that contains databases.
import { CfnSnapshot } from 'aws-cdk-lib/aws-redshiftserverless';Or use the module namespace:
import * as redshiftserverless from 'aws-cdk-lib/aws-redshiftserverless';
// redshiftserverless.CfnSnapshotConfiguration passed to the constructor as CfnSnapshotProps.
snapshotNameRequiredstringThe name of the snapshot.
namespaceNameOptionalstringThe name of the namepsace.
retentionPeriodOptionalnumberThe retention period of the snapshot created by the scheduled action.
tagsOptionalCfnTag[]An array of [Tag objects](https://docs.aws.amazon.com/redshift-serverless/latest/APIReference/API_Tag.html) to associate with the snapshot.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-redshiftserverlessAWS::RedshiftServerless::Snapshot