GetClusterEncryptionInfo

data class GetClusterEncryptionInfo(val encryptionType: String, val kmsKeyVersions: List<String>)

Constructors

Link copied to clipboard
constructor(encryptionType: String, kmsKeyVersions: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Output only. Type of encryption.

Link copied to clipboard

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