NamespaceSnapshotCopyConfiguration

data class NamespaceSnapshotCopyConfiguration(val destinationKmsKeyId: String? = null, val destinationRegion: String, val snapshotRetentionPeriod: Int? = null)

Constructors

Link copied to clipboard
constructor(destinationKmsKeyId: String? = null, destinationRegion: String, snapshotRetentionPeriod: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The destination AWS Region to copy snapshots to.

Link copied to clipboard

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