AccountEncryptionArgs

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

Constructors

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

Functions

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

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.