AwsElasticsearchDomainElasticsearchClusterConfigDetails

details about the configuration of an OpenSearch cluster.

Types

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

Properties

Link copied to clipboard

The number of instances to use for the master node. If this attribute is specified, then DedicatedMasterEnabled must be true.

Link copied to clipboard

Whether to use a dedicated master node for the Elasticsearch domain. A dedicated master node performs cluster management tasks, but doesn't hold data or respond to data upload requests.

Link copied to clipboard

The hardware configuration of the computer that hosts the dedicated master node. A sample value is m3.medium.elasticsearch. If this attribute is specified, then DedicatedMasterEnabled must be true.

Link copied to clipboard

The number of data nodes to use in the Elasticsearch domain.

Link copied to clipboard

The instance type for your data nodes. For example, m3.medium.elasticsearch.

Link copied to clipboard

Configuration options for zone awareness. Provided if ZoneAwarenessEnabled is true.

Link copied to clipboard

Whether to enable zone awareness for the Elasticsearch domain. When zone awareness is enabled, OpenSearch allocates the cluster's nodes and replica index shards across Availability Zones in the same Region. This prevents data loss and minimizes downtime if a node or data center fails.

Functions

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