EbsOptions

Container for the parameters required to enable EBS-based storage for an OpenSearch Service domain.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val iops: Int?

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

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

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.

Functions

Link copied to clipboard
inline fun copy(block: EbsOptions.Builder.() -> Unit = {}): EbsOptions
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String