AwsOpenSearchServiceDomainClusterConfigDetails - AWS Security Hub

AwsOpenSearchServiceDomainClusterConfigDetails

Details about the configuration of an OpenSearch cluster.

Contents

DedicatedMasterCount

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

Type: Integer

Required: No

DedicatedMasterEnabled

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.

Type: Boolean

Required: No

DedicatedMasterType

The hardware configuration of the computer that hosts the dedicated master node.

If this attribute is specified, then DedicatedMasterEnabled must be true.

Type: String

Pattern: .*\S.*

Required: No

InstanceCount

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

Type: Integer

Required: No

InstanceType

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.

Type: String

Pattern: .*\S.*

Required: No

WarmCount

The number of UltraWarm instances.

Type: Integer

Required: No

WarmEnabled

Whether UltraWarm is enabled.

Type: Boolean

Required: No

WarmType

The type of UltraWarm instance.

Type: String

Pattern: .*\S.*

Required: No

ZoneAwarenessConfig

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

Type: AwsOpenSearchServiceDomainClusterConfigZoneAwarenessConfigDetails object

Required: No

ZoneAwarenessEnabled

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.

Type: Boolean

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: