volumeType

@JvmName(name = "iuwxqeoemmpafxtv")
suspend fun volumeType(value: Output<String>)
@JvmName(name = "ycveqpulgdvvaxgv")
suspend fun volumeType(value: String?)

Parameters

value

The volume type. This parameter can be one of the following values: + General Purpose SSD: `gp2` | `gp3` + Provisioned IOPS SSD: `io1` | `io2` + Throughput Optimized HDD: `st1` + Cold HDD: `sc1` + Magnetic: `standard` For more information, see Amazon EBS volume types in the Amazon Elastic Compute Cloud User Guide. Default: `gp2`