machineImageEncryptionKey

@JvmName(name = "xfmfkpvlgwswelcb")
suspend fun machineImageEncryptionKey(value: Output<MachineImageMachineImageEncryptionKeyArgs>)
@JvmName(name = "pfwjdbjmlggoppql")
suspend fun machineImageEncryptionKey(value: MachineImageMachineImageEncryptionKeyArgs?)

Parameters

value

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


@JvmName(name = "vkvvbxvyappulltg")
suspend fun machineImageEncryptionKey(argument: suspend MachineImageMachineImageEncryptionKeyArgsBuilder.() -> Unit)

Parameters

argument

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