LaunchTemplateBlockDeviceMapping constructor

const LaunchTemplateBlockDeviceMapping({
  1. Input<String?>? deviceName,
  2. Input<LaunchTemplateBlockDeviceMappingEbs?>? ebs,
  3. Input<String?>? noDevice,
  4. 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,
});