LaunchTemplateBlockDeviceMappingArgs

data class LaunchTemplateBlockDeviceMappingArgs(val deviceName: Output<String>? = null, val ebs: Output<LaunchTemplateBlockDeviceMappingEbsArgs>? = null, val noDevice: Output<String>? = null, val virtualName: Output<String>? = null) : ConvertibleToJava<LaunchTemplateBlockDeviceMappingArgs>

Constructors

Link copied to clipboard
constructor(deviceName: Output<String>? = null, ebs: Output<LaunchTemplateBlockDeviceMappingEbsArgs>? = null, noDevice: Output<String>? = null, virtualName: Output<String>? = null)

Properties

Link copied to clipboard
val deviceName: Output<String>? = null

The name of the device to mount.

Link copied to clipboard

Configure EBS volume properties.

Link copied to clipboard
val noDevice: Output<String>? = null

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

Link copied to clipboard
val virtualName: Output<String>? = null

The [Instance Store Device

Functions

Link copied to clipboard
open override fun toJava(): LaunchTemplateBlockDeviceMappingArgs