SnapshotEncryptionSettingsKeyEncryptionKeyArgs

data class SnapshotEncryptionSettingsKeyEncryptionKeyArgs(val keyUrl: Output<String>, val sourceVaultId: Output<String>) : ConvertibleToJava<SnapshotEncryptionSettingsKeyEncryptionKeyArgs>

Constructors

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

Properties

Link copied to clipboard
val keyUrl: Output<String>

The URL to the Key Vault Key used as the Key Encryption Key. This can be found as id on the azure.keyvault.Key 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(): SnapshotEncryptionSettingsKeyEncryptionKeyArgs