AccountEncryptionArgs

data class AccountEncryptionArgs(val keyVaultKeyId: Output<String>) : ConvertibleToJava<AccountEncryptionArgs>

Constructors

Link copied to clipboard
constructor(keyVaultKeyId: Output<String>)

Properties

Link copied to clipboard
val keyVaultKeyId: Output<String>

The full URL path to the Azure key vault key id that should be used to encrypt data, as documented here. Both versioned and versionless keys are supported.

Functions

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