Get Image Recipe Block Device Mapping
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)
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
Virtual device name. For example, ephemeral0
. Instance store volumes are numbered starting from 0.