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