Comment on page
ChangeEbsVolumeType Object
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-gp2
ssd-gp3
provisioned-iops
throughput-optimized
cold
Required: Yes
{
"volumeType": "ssd-gp3",
"iops": null
}