ClusterSnapshotCopy

data class ClusterSnapshotCopy(val destinationRegion: String, val grantName: String? = null, val retentionPeriod: Int? = null)

Constructors

Link copied to clipboard
constructor(destinationRegion: String, grantName: String? = null, retentionPeriod: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The destination region that you want to copy snapshots to.

Link copied to clipboard
val grantName: String? = null

The name of the snapshot copy grant to use when snapshots of an AWS KMS-encrypted cluster are copied to the destination region.

Link copied to clipboard
val retentionPeriod: Int? = null

The number of days to retain automated snapshots in the destination region after they are copied from the source region. Defaults to 7.