keyEncryptionKey

@JvmName(name = "memwostsaqgqrbwt")
suspend fun keyEncryptionKey(value: Output<KeyVaultAndKeyReferenceArgs>)
@JvmName(name = "ndamsjmnxdlhyhlo")
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 = "kglaqinpsoxedgrx")
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.