ImageRecipeInstanceBlockDeviceMapping

data class ImageRecipeInstanceBlockDeviceMapping(val deviceName: String? = null, val ebs: ImageRecipeEbsInstanceBlockDeviceSpecification? = null, val noDevice: String? = null, val virtualName: String? = null)

Defines block device mappings for the instance used to configure your image.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val deviceName: String? = null

The device to which these mappings apply.

Link copied to clipboard

Use to manage Amazon EBS-specific configuration for this mapping.

Link copied to clipboard
val noDevice: String? = null

Use to remove a mapping from the parent image.

Link copied to clipboard
val virtualName: String? = null

Use to manage instance ephemeral devices.