Values.EBSOptionsSourceOptions to enable, disable, and specify the properties of EBS storage volumes. For more information, see Configuring EBS-based Storage.
type nonrec t = {eBSEnabled : Boolean.t option;Specifies whether EBS-based storage is enabled.
*)volumeType : VolumeType.t option;Specifies the volume type for EBS-based storage.
*)volumeSize : IntegerClass.t option;Integer to specify the size of an EBS volume.
*)iops : IntegerClass.t option;Specifies the IOPS for Provisioned IOPS And GP3 EBS volume (SSD).
*)throughput : IntegerClass.t option;Specifies the Throughput for GP3 EBS volume (SSD).
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of IntegerClass.t ])
list ]