K8stransparentDataEncryptionArgs

data class K8stransparentDataEncryptionArgs(val mode: Output<String>? = null, val protectorSecret: Output<String>? = null) : ConvertibleToJava<K8stransparentDataEncryptionArgs>

Transparent data encryption information.

Constructors

Link copied to clipboard
constructor(mode: Output<String>? = null, protectorSecret: Output<String>? = null)

Properties

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

Transparent data encryption mode. Can be Service Managed, Customer managed or disabled

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

Protector secret for customer managed Transparent data encryption mode

Functions

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