AWS::RedshiftServerless::Namespace SnapshotCopyConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::RedshiftServerless::Namespace SnapshotCopyConfiguration

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

Syntax

To declare this entity in your Amazon 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 Amazon Web Services Region.

Required: No

Type: String

Update requires: No interruption

DestinationRegion

The destination Amazon Web Services 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 Amazon Web Services Region.

Required: No

Type: Integer

Update requires: No interruption