EBSOptionsArgs

data class EBSOptionsArgs(val ebsEnabled: Output<Boolean>? = null, val iops: Output<Int>? = null, val throughput: Output<Int>? = null, val volumeSize: Output<Int>? = null, val volumeType: Output<VolumeTypeEnumValueArgs>? = null) : ConvertibleToJava<EBSOptionsArgs>

Definition of EBSOptions

Constructors

Link copied to clipboard
constructor(ebsEnabled: Output<Boolean>? = null, iops: Output<Int>? = null, throughput: Output<Int>? = null, volumeSize: Output<Int>? = null, volumeType: Output<VolumeTypeEnumValueArgs>? = null)

Properties

Link copied to clipboard
val ebsEnabled: Output<Boolean>? = null

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

Link copied to clipboard
val iops: Output<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: Output<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: Output<Int>? = null

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

Link copied to clipboard
val volumeType: Output<VolumeTypeEnumValueArgs>? = null

Specifies the type of EBS volumes attached to data nodes.

Functions

Link copied to clipboard
open override fun toJava(): EBSOptionsArgs