SnapshotEncryptionSettingsDiskEncryptionKeyArgs

data class SnapshotEncryptionSettingsDiskEncryptionKeyArgs(val secretUrl: Output<String>, val sourceVaultId: Output<String>) : ConvertibleToJava<SnapshotEncryptionSettingsDiskEncryptionKeyArgs>

Constructors

constructor(secretUrl: Output<String>, sourceVaultId: Output<String>)

Properties

Link copied to clipboard
val secretUrl: Output<String>

The URL to the Key Vault Secret used as the Disk Encryption Key. This can be found as id on the azure.keyvault.Secret resource.

Link copied to clipboard
val sourceVaultId: Output<String>

The ID of the source Key Vault. This can be found as id on the azure.keyvault.KeyVault resource.

Functions

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