data class DomainEbsOptions(val ebsEnabled: Boolean, val iops: Int? = null, val throughput: Int? = null, val volumeSize: Int? = null, val volumeType: String? = null)
Specifies the throughput (in MiB/s) of the EBS volumes attached to data nodes. Applicable only for the gp3 volume type. Valid values are between 125 and 1000.