imageEncryptionKey

@JvmName(name = "hnsejhuqaqrjallf")
suspend fun imageEncryptionKey(value: Output<ImageImageEncryptionKeyArgs>)
@JvmName(name = "llvmbeioqmxyqdlj")
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 = "bftxribghexicvbf")
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.