EBSOptionsResponse

data class EBSOptionsResponse(val ebsEnabled: Boolean? = null, val iops: Int? = null, val throughput: Int? = null, val volumeSize: Int? = null, val volumeType: VolumeTypeEnumValueResponse? = null)

Definition of EBSOptions

Constructors

Link copied to clipboard
constructor(ebsEnabled: Boolean? = null, iops: Int? = null, throughput: Int? = null, volumeSize: Int? = null, volumeType: VolumeTypeEnumValueResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ebsEnabled: Boolean? = null

Indicates whether EBS volumes are attached to data nodes in an OpenSearch Service domain.

Link copied to clipboard
val iops: Int? = null

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.

Link copied to clipboard
val throughput: Int? = null

Specifies the throughput (in MiB/s) of the EBS volumes attached to data nodes. Applicable only for the gp3 volume type.

Link copied to clipboard
val volumeSize: Int? = null

Specifies the size (in GiB) of EBS volumes attached to data nodes.

Link copied to clipboard

Specifies the type of EBS volumes attached to data nodes.