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 AWS CloudFormation template, use the following syntax:
JSON
{ "DestinationKmsKeyId" :
String
, "DestinationRegion" :String
, "SnapshotRetentionPeriod" :Integer
}
YAML
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