LaunchTemplateBlockDeviceMapping

data class LaunchTemplateBlockDeviceMapping(val deviceName: String? = null, val ebs: LaunchTemplateBlockDeviceMappingEbs? = null, val noDevice: String? = null, val virtualName: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val deviceName: String? = null

The name of the device to mount.

Link copied to clipboard

Configure EBS volume properties.

Link copied to clipboard
val noDevice: String? = null

Suppresses the specified device included in the AMI's block device mapping.

Link copied to clipboard
val virtualName: String? = null

The [Instance Store Device