AutoSnapshotPolicyCopyEncryptionConfiguration

data class AutoSnapshotPolicyCopyEncryptionConfiguration(val encrypted: Boolean? = null, val kmsKeyId: String? = null)

Constructors

constructor(encrypted: Boolean? = null, kmsKeyId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val encrypted: Boolean? = null

Whether to enable encryption for cross-region snapshot replication. Default value: false. Valid values: true, false.

Link copied to clipboard
val kmsKeyId: String? = null

The ID of the Key Management Service (KMS) key used to encrypt snapshots in cross-region snapshot replication.