DomainEbsOptionsArgs

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

Constructors

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

Properties

Link copied to clipboard
val ebsEnabled: Output<Boolean>

Whether EBS volumes are attached to data nodes in the domain.

Link copied to clipboard
val iops: Output<Int>? = null

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

Size of EBS volumes attached to data nodes (in GiB).

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

Type of EBS volumes attached to data nodes.

Functions

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