GetLaunchConfigurationRootBlockDevice constructor
const
GetLaunchConfigurationRootBlockDevice({})
Creates a new GetLaunchConfigurationRootBlockDevice.
deleteOnTermination Whether the EBS Volume will be deleted on instance termination.
encrypted Whether the volume is Encrypted.
iops Provisioned IOPs of the volume.
throughput Throughput of the volume.
volumeSize Size of the volume.
volumeType Type of the volume.
Implementation
const GetLaunchConfigurationRootBlockDevice({
required this.deleteOnTermination,
required this.encrypted,
required this.iops,
required this.throughput,
required this.volumeSize,
required this.volumeType,
});