redshiftserverless_create_snapshot_copy_configuration {paws.database}R Documentation

Creates a snapshot copy configuration that lets you copy snapshots to another Amazon Web Services Region

Description

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.

Usage

redshiftserverless_create_snapshot_copy_configuration(
  destinationKmsKeyId = NULL,
  destinationRegion,
  namespaceName,
  snapshotRetentionPeriod = NULL
)

Arguments

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.


[Package paws.database version 0.6.0 Index]