EncryptionConfigArgs

data class EncryptionConfigArgs(val keyVaultMetaInfo: Output<KeyVaultMetaInfoArgs>? = null, val type: Output<EncryptionConfigType>) : ConvertibleToJava<EncryptionConfigArgs>

The encryption configuration for the account.

Constructors

Link copied to clipboard
constructor(keyVaultMetaInfo: Output<KeyVaultMetaInfoArgs>? = null, type: Output<EncryptionConfigType>)

Properties

Link copied to clipboard

The Key Vault information for connecting to user managed encryption keys.

Link copied to clipboard

The type of encryption configuration being used. Currently the only supported types are 'UserManaged' and 'ServiceManaged'.

Functions

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