AmiFromInstanceEphemeralBlockDeviceArgs

data class AmiFromInstanceEphemeralBlockDeviceArgs(val deviceName: Output<String>? = null, val virtualName: Output<String>? = null) : ConvertibleToJava<AmiFromInstanceEphemeralBlockDeviceArgs>

Constructors

Link copied to clipboard
constructor(deviceName: Output<String>? = null, virtualName: Output<String>? = null)

Properties

Link copied to clipboard
val deviceName: Output<String>? = null

Path at which the device is exposed to created instances.

Link copied to clipboard
val virtualName: Output<String>? = null

Name for the ephemeral device, of the form "ephemeralN" where N is a volume number starting from zero.

Functions

Link copied to clipboard
open override fun toJava(): AmiFromInstanceEphemeralBlockDeviceArgs