EncryptionConfigResponse

data class EncryptionConfigResponse(val kmsKeyName: String)

EncryptionConfig describes the encryption config of a cluster that is encrypted with a CMEK (customer-managed encryption key).

Constructors

Link copied to clipboard
constructor(kmsKeyName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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