Parameters to change an EBS volume's type.
Indicates the new IOPS value for the volume. Required when volumeType
is provisioned-iops
. Ignored otherwise.
Type: integer
Required: Conditional
Indicates the new volume type for the EBS volume.
Type: string
Valid Values:
magnetic
ssd
provisioned-iops
throughput-optimized
cold
Required: Yes
{"volumeType": "ssd","iops": null}
​