AWS::RedshiftServerless::Namespace SnapshotCopyConfiguration - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::RedshiftServerless::Namespace SnapshotCopyConfiguration

The object that you configure to copy snapshots from one namespace to a namespace in another AWS Region.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "DestinationKmsKeyId" : String, "DestinationRegion" : String, "SnapshotRetentionPeriod" : Integer }

Properties

DestinationKmsKeyId

The ID of the KMS key to use to encrypt your snapshots in the destination AWS Region.

Required: No

Type: String

Update requires: No interruption

DestinationRegion

The destination AWS Region to copy snapshots to.

Required: Yes

Type: String

Update requires: No interruption

SnapshotRetentionPeriod

The retention period of snapshots that are copied to the destination AWS Region.

Required: No

Type: Integer

Update requires: No interruption