keyEncryptionKey

@JvmName(name = "qpxshpnxoobqyvbf")
suspend fun keyEncryptionKey(value: Output<KeyVaultAndKeyReferenceArgs>)
@JvmName(name = "ymrjghmroiysxsdn")
suspend fun keyEncryptionKey(value: KeyVaultAndKeyReferenceArgs?)

Parameters

value

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.


@JvmName(name = "alkcyrflkdupfjee")
suspend fun keyEncryptionKey(argument: suspend KeyVaultAndKeyReferenceArgsBuilder.() -> Unit)

Parameters

argument

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.