View source: R/redshiftserverless_operations.R
redshiftserverless_create_snapshot_copy_configuration | R Documentation |
Creates a snapshot copy configuration that lets you copy snapshots to another Amazon Web Services Region.
See https://www.paws-r-sdk.com/docs/redshiftserverless_create_snapshot_copy_configuration/ for full documentation.
redshiftserverless_create_snapshot_copy_configuration(
destinationKmsKeyId = NULL,
destinationRegion,
namespaceName,
snapshotRetentionPeriod = NULL
)
destinationKmsKeyId |
The KMS key to use to encrypt your snapshots in the destination Amazon Web Services Region. |
destinationRegion |
[required] The destination Amazon Web Services Region that you want to copy snapshots to. |
namespaceName |
[required] The name of the namespace to copy snapshots from. |
snapshotRetentionPeriod |
The retention period of the snapshots that you copy to the destination Amazon Web Services Region. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.