LaunchTemplateBlockDeviceMapping constructor
const
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
Implementation
const LaunchTemplateBlockDeviceMapping({
this.deviceName,
this.ebs,
this.noDevice,
this.virtualName,
});