fixedIops property

FixedIOPS? fixedIops
getter/setter pair

Choose a fixed provisioned IOPS value for the instance, which will remain constant regardless of instance capacity.

Value must be a multiple of 1000. If the chosen value is outside the supported range for the instance's capacity during instance creation, instance creation will fail with an InvalidArgument error. Similarly, if an instance capacity update would result in a value outside the supported range, the update will fail with an InvalidArgument error.

Implementation

FixedIOPS? fixedIops;