DatabaseEncryptionArgs

data class DatabaseEncryptionArgs(val keyName: Output<String>? = null, val state: Output<DatabaseEncryptionState>? = null) : ConvertibleToJava<DatabaseEncryptionArgs>

Configuration of etcd encryption.

Constructors

Link copied to clipboard
fun DatabaseEncryptionArgs(keyName: Output<String>? = null, state: Output<DatabaseEncryptionState>? = null)

Functions

Link copied to clipboard
open override fun toJava(): DatabaseEncryptionArgs

Properties

Link copied to clipboard
val keyName: Output<String>? = null

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
val state: Output<DatabaseEncryptionState>? = null

The desired state of etcd encryption.