volumeType property
The volume type, which can be standard
for Magnetic,
io1
for Provisioned IOPS SSD, gp2
for General
Purpose SSD, st1
for Throughput Optimized HDD, or
sc1
for Cold HDD. For more information, see Amazon
EBS Volume Types in the Amazon EC2 User Guide for Linux
Instances.
Valid Values: standard
| io1
| gp2
|
st1
| sc1
Implementation
final String? volumeType;