AmiEphemeralBlockDeviceArgs

data class AmiEphemeralBlockDeviceArgs(val deviceName: Output<String>, val virtualName: Output<String>) : ConvertibleToJava<AmiEphemeralBlockDeviceArgs>

Constructors

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

Properties

Link copied to clipboard
val deviceName: Output<String>

Path at which the device is exposed to created instances.

Link copied to clipboard
val virtualName: Output<String>

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(): AmiEphemeralBlockDeviceArgs