ClusterContinuousBackupInfoEncryptionInfo

data class ClusterContinuousBackupInfoEncryptionInfo(val encryptionType: String? = null, val kmsKeyVersions: List<String>? = null)

Constructors

constructor(encryptionType: String? = null, kmsKeyVersions: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val encryptionType: String? = null

(Output) Output only. Type of encryption.

Link copied to clipboard
val kmsKeyVersions: List<String>? = null

(Output) Output only. Cloud KMS key versions that are being used to protect the database or the backup.