LaunchTemplateBlockDeviceMapping class

Constructors

LaunchTemplateBlockDeviceMapping({Input<String?>? deviceName, Input<LaunchTemplateBlockDeviceMappingEbs?>? ebs, Input<String?>? noDevice, Input<String?>? virtualName})
Creates a new LaunchTemplateBlockDeviceMapping. deviceName The name of the device to mount. ebs Configure EBS volume properties. noDevice Suppresses the specified device included in the AMI's block device mapping. virtualName The [Instance Store Device
const
LaunchTemplateBlockDeviceMapping.fromMap(Map<String, dynamic> map)
factory

Properties

deviceName → Input<String?>?
The name of the device to mount.
final
ebs → Input<LaunchTemplateBlockDeviceMappingEbs?>?
Configure EBS volume properties.
final
hashCode int
The hash code for this object.
no setterinherited
noDevice → Input<String?>?
Suppresses the specified device included in the AMI's block device mapping.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
virtualName → Input<String?>?
The Instance Store Device Name (e.g., "ephemeral0").
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited