GetAmiBlockDeviceMapping

data class GetAmiBlockDeviceMapping(val deviceName: String, val ebs: Map<String, String>, val noDevice: String, val virtualName: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Physical name of the device.

Link copied to clipboard

Map containing EBS information, if the device is EBS based. Unlike most object attributes, these are accessed directly (e.g., ebs.volume_size or ebs["volume_size"]) rather than accessed through the first element of a list (e.g., ebs[0].volume_size).

Link copied to clipboard

Suppresses the specified device included in the block device mapping of the AMI.

Link copied to clipboard

Virtual device name (for instance stores).