imageEncryptionKey

@JvmName(name = "fqtoquxhtkgushay")
suspend fun imageEncryptionKey(value: Output<ImageImageEncryptionKeyArgs>)
@JvmName(name = "soljjidtfytnjqus")
suspend fun imageEncryptionKey(value: ImageImageEncryptionKeyArgs?)

Parameters

value

Encrypts the image using a customer-supplied encryption key. After you encrypt an image with a customer-supplied key, you must provide the same key if you use the image later (e.g. to create a disk from the image) Structure is documented below.


@JvmName(name = "tatfrlhkdwndwrbu")
suspend fun imageEncryptionKey(argument: suspend ImageImageEncryptionKeyArgsBuilder.() -> Unit)

Parameters

argument

Encrypts the image using a customer-supplied encryption key. After you encrypt an image with a customer-supplied key, you must provide the same key if you use the image later (e.g. to create a disk from the image) Structure is documented below.