EncryptionArgs

data class EncryptionArgs(val keySource: Output<Either<String, KeySource>>? = null, val keyVaultProperties: Output<KeyVaultPropertiesArgs>? = null) : ConvertibleToJava<EncryptionArgs>

Properties to configure Encryption

Constructors

Link copied to clipboard
constructor(keySource: Output<Either<String, KeySource>>? = null, keyVaultProperties: Output<KeyVaultPropertiesArgs>? = null)

Properties

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

Enumerates the possible value of keySource for Encryption

Link copied to clipboard

Properties of KeyVault

Functions

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