GetImageRecipeBlockDeviceMapping

data class GetImageRecipeBlockDeviceMapping(val deviceName: String, val ebs: List<GetImageRecipeBlockDeviceMappingEb>, val noDevice: String, val virtualName: String)

Constructors

Link copied to clipboard
constructor(deviceName: String, ebs: List<GetImageRecipeBlockDeviceMappingEb>, noDevice: String, virtualName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

Single list of object with Elastic Block Storage (EBS) block device mapping settings.

Link copied to clipboard

Whether to remove a mapping from the parent image.

Link copied to clipboard

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