keyEncryptionKey

@JvmName(name = "prphvcjmianxntci")
suspend fun keyEncryptionKey(value: Output<KeyVaultAndKeyReferenceArgs>)
@JvmName(name = "vvyxbndklgyopdal")
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 = "ulhitkkfchpyetyb")
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.