EncryptionSettingsElementArgs

data class EncryptionSettingsElementArgs(val diskEncryptionKey: Output<KeyVaultAndSecretReferenceArgs>? = null, val keyEncryptionKey: Output<KeyVaultAndKeyReferenceArgs>? = null) : ConvertibleToJava<EncryptionSettingsElementArgs>

Encryption settings for one disk volume.

Constructors

Link copied to clipboard
fun EncryptionSettingsElementArgs(diskEncryptionKey: Output<KeyVaultAndSecretReferenceArgs>? = null, keyEncryptionKey: Output<KeyVaultAndKeyReferenceArgs>? = null)

Functions

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

Properties

Link copied to clipboard

Key Vault Secret Url and vault id of the disk encryption key

Link copied to clipboard

Key Vault Key Url and vault id of the key encryption key. KeyEncryptionKey is optional and when provided is used to unwrap the disk encryption key.