ChangeEbsVolumeType Object
Description
Parameters to change an EBS volume's type.
Properties
iops
Indicates the new IOPS value for the volume. Required when volumeType is provisioned-iops. Ignored otherwise.
Type: integer
Required: Conditional
volumeType
Indicates the new volume type for the EBS volume.
Type: string
Valid Values:
magneticssd-gp2ssd-gp3provisioned-iopsthroughput-optimizedcold
Required: Yes
Sample JSON
{
"volumeType": "ssd-gp3",
"iops": null
}Last updated