EncryptionArgs

data class EncryptionArgs(val keySource: Output<KeySource>? = null, val keyVaultProperties: Output<List<KeyVaultPropertiesArgs>>? = null, val requireInfrastructureEncryption: Output<Boolean>? = null) : ConvertibleToJava<EncryptionArgs>

Properties to configure Encryption

Constructors

Link copied to clipboard
fun EncryptionArgs(keySource: Output<KeySource>? = null, keyVaultProperties: Output<List<KeyVaultPropertiesArgs>>? = null, requireInfrastructureEncryption: Output<Boolean>? = null)

Functions

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

Properties

Link copied to clipboard
val keySource: Output<KeySource>? = null

Enumerates the possible value of keySource for Encryption

Link copied to clipboard

Properties of KeyVault

Link copied to clipboard

Enable Infrastructure Encryption (Double Encryption)