LaunchConfigurationRootBlockDevice constructor
const
LaunchConfigurationRootBlockDevice({})
Creates a new LaunchConfigurationRootBlockDevice.
deleteOnTermination Whether the volume should be destroyed on instance termination. Defaults to true.
encrypted Whether the volume should be encrypted or not. Defaults to false.
iops The amount of provisioned IOPS. This must be set with a volumeType of io1.
throughput The throughput (MiBps) to provision for a gp3 volume.
volumeSize The size of the volume in gigabytes.
volumeType The type of volume. Can be standard, gp2, gp3, st1, sc1 or io1.
Implementation
const LaunchConfigurationRootBlockDevice({
this.deleteOnTermination,
this.encrypted,
this.iops,
this.throughput,
this.volumeSize,
this.volumeType,
});