Values.EBSOptionsSourceContainer for the parameters required to enable EBS-based storage for an OpenSearch Service domain.
type nonrec t = {eBSEnabled : Boolean.t option;Indicates whether EBS volumes are attached to data nodes in an OpenSearch Service domain.
*)volumeType : VolumeType.t option;Specifies the type of EBS volumes attached to data nodes.
*)volumeSize : IntegerClass.t option;Specifies the size (in GiB) of EBS volumes attached to data nodes.
*)iops : IntegerClass.t option;Specifies the baseline input/output (I/O) performance of EBS volumes attached to data nodes. Applicable only for the gp3 and provisioned IOPS EBS volume types.
*)throughput : IntegerClass.t option;Specifies the throughput (in MiB/s) of the EBS volumes attached to data nodes. Applicable only for the gp3 volume type.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of IntegerClass.t ])
list ]