Values.AwsOpenSearchServiceDomainClusterConfigDetailsSourceDetails about the configuration of an OpenSearch cluster.
type nonrec t = {instanceCount : Integer.t option;The number of data nodes to use in the OpenSearch domain.
*)warmEnabled : Boolean.t option;Whether UltraWarm is enabled.
*)warmCount : Integer.t option;The number of UltraWarm instances.
*)dedicatedMasterEnabled : Boolean.t option;Whether to use a dedicated master node for the OpenSearch domain. A dedicated master node performs cluster management tasks, but does not hold data or respond to data upload requests.
*)zoneAwarenessConfig : AwsOpenSearchServiceDomainClusterConfigZoneAwarenessConfigDetails.t
option;Configuration options for zone awareness. Provided if ZoneAwarenessEnabled is true.
*)dedicatedMasterCount : Integer.t option;The number of instances to use for the master node. If this attribute is specified, then DedicatedMasterEnabled must be true.
*)instanceType : NonEmptyString.t option;The instance type for your data nodes. For a list of valid values, see Supported instance types in Amazon OpenSearch Service in the Amazon OpenSearch Service Developer Guide.
*)warmType : NonEmptyString.t option;The type of UltraWarm instance.
*)zoneAwarenessEnabled : Boolean.t option;Whether to enable zone awareness for the OpenSearch domain. When zone awareness is enabled, OpenSearch Service allocates the cluster's nodes and replica index shards across Availability Zones (AZs) in the same Region. This prevents data loss and minimizes downtime if a node or data center fails.
*)dedicatedMasterType : NonEmptyString.t option;The hardware configuration of the computer that hosts the dedicated master node. If this attribute is specified, then DedicatedMasterEnabled must be true.
*)}