ContainerRecipeInstanceBlockDeviceMapping

data class ContainerRecipeInstanceBlockDeviceMapping(val deviceName: String? = null, val ebs: ContainerRecipeEbsInstanceBlockDeviceSpecification? = null, val noDevice: String? = null, val virtualName: String? = null)

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

Constructors

constructor(deviceName: String? = null, ebs: ContainerRecipeEbsInstanceBlockDeviceSpecification? = 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.