Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AwsOpenSearchServiceDomainClusterConfigDetails

import type { AwsOpenSearchServiceDomainClusterConfigDetails } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

Details about the configuration of an OpenSearch cluster.

interface AwsOpenSearchServiceDomainClusterConfigDetails {
DedicatedMasterCount?: number | null;
DedicatedMasterEnabled?: boolean | null;
DedicatedMasterType?: string | null;
InstanceCount?: number | null;
InstanceType?: string | null;
WarmCount?: number | null;
WarmEnabled?: boolean | null;
WarmType?: string | null;
ZoneAwarenessEnabled?: boolean | null;
}

§Properties

§
DedicatedMasterCount?: number | null
[src]

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

§
DedicatedMasterEnabled?: boolean | null
[src]

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.

§
DedicatedMasterType?: string | null
[src]

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

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

§
InstanceCount?: number | null
[src]

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

§
InstanceType?: string | null
[src]

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.

§
WarmCount?: number | null
[src]

The number of UltraWarm instances.

§
WarmEnabled?: boolean | null
[src]

Whether UltraWarm is enabled.

§
WarmType?: string | null
[src]

The type of UltraWarm instance.

§

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

§
ZoneAwarenessEnabled?: boolean | null
[src]

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.