ClusterContinuousBackupConfigEncryptionConfig

data class ClusterContinuousBackupConfigEncryptionConfig(val kmsKeyName: String? = null)

Constructors

constructor(kmsKeyName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val kmsKeyName: String? = null

The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/PROJECT/locations/REGION/keyRings/RING/cryptoKeys/KEY_NAME.