TransparentDataEncryptionArgs

data class TransparentDataEncryptionArgs(val enableAutoRotation: Output<Boolean>? = null, val keyUri: Output<String>? = null, val keys: Output<List<String>>? = null) : ConvertibleToJava<TransparentDataEncryptionArgs>

Transparent Data Encryption properties.

Constructors

Link copied to clipboard
constructor(enableAutoRotation: Output<Boolean>? = null, keyUri: Output<String>? = null, keys: Output<List<String>>? = null)

Properties

Link copied to clipboard
val enableAutoRotation: Output<Boolean>? = null

Enable key auto rotation

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

Additional Keys

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

Customer Managed Key (CMK) Uri.

Functions

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