iops property
The number of I/O operations per second (IOPS) to provision for the volume. The maximum ratio of IOPS to volume size (in GiB) is 50:1. For more information, see Amazon EBS Volume Types in the Amazon EC2 User Guide for Linux Instances.
Required when the volume type is io1
. (Not used with
standard
, gp2
, st1
, or
sc1
volumes.)
Implementation
final int? iops;