Cluster Config Args
Definition of ClusterConfig
Constructors
Properties
Container for cold storage configuration options.
Number of dedicated master nodes in the cluster. This number must be greater than 2 and not 4, otherwise you receive a validation exception.
Indicates whether dedicated master nodes are enabled for the cluster.True
if the cluster will use a dedicated master node.False
if the cluster will not.
OpenSearch Service instance type of the dedicated master nodes in the cluster.
Number of data nodes in the cluster. This number must be greater than 1, otherwise you receive a validation exception.
Instance type of data nodes in the cluster.
A boolean that indicates whether a multi-AZ domain is turned on with a standby AZ. For more information, see Configuring a multi-AZ domain in Amazon OpenSearch Service.
Whether to enable warm storage for the cluster.
The instance type for the cluster's warm nodes.
Container for zone awareness configuration options. Only required if ZoneAwarenessEnabled
is true
.
Indicates whether multiple Availability Zones are enabled. For more information, see Configuring a multi-AZ domain in Amazon OpenSearch Service.