DatabaseEncryptionResponse

data class DatabaseEncryptionResponse(val keyName: String, val state: String)

Configuration of etcd encryption.

Constructors

Link copied to clipboard
constructor(keyName: String, state: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of CloudKMS key to use for the encryption of secrets in etcd. Ex. projects/my-project/locations/global/keyRings/my-ring/cryptoKeys/my-key

Link copied to clipboard

The desired state of etcd encryption.