EBSOptions Args
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
Indicates whether EBS volumes are attached to data nodes in an OpenSearch Service domain.
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.