imageEncryptionKey

@JvmName(name = "pjkpjdtooeqdaptt")
suspend fun imageEncryptionKey(value: Output<ImageImageEncryptionKeyArgs>)
@JvmName(name = "vkidmavhompbvddk")
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 = "txgxevdnwkujllmb")
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.