ImageRecipeBlockDeviceMapping

data class ImageRecipeBlockDeviceMapping(val deviceName: String? = null, val ebs: ImageRecipeBlockDeviceMappingEbs? = null, val noDevice: Boolean? = null, val virtualName: String? = null)

Constructors

Link copied to clipboard
constructor(deviceName: String? = null, ebs: ImageRecipeBlockDeviceMappingEbs? = null, noDevice: Boolean? = null, virtualName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val deviceName: String? = null

Name of the device. For example, /dev/sda or /dev/xvdb.

Link copied to clipboard

Configuration block with Elastic Block Storage (EBS) block device mapping settings. Detailed below.

Link copied to clipboard
val noDevice: Boolean? = null

Set to true to remove a mapping from the parent image.

Link copied to clipboard
val virtualName: String? = null

Virtual device name. For example, ephemeral0. Instance store volumes are numbered starting from 0.