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

ZoneAwarenessConfig

import type { ZoneAwarenessConfig } from "https://aws-api.deno.dev/v0.3/services/opensearch.ts?docs=full";

The zone awareness configuration for the domain cluster, such as the number of availability zones.

interface ZoneAwarenessConfig {
AvailabilityZoneCount?: number | null;
}

§Properties

§
AvailabilityZoneCount?: number | null
[src]

An integer value to indicate the number of availability zones for a domain when zone awareness is enabled. This should be equal to number of subnets if VPC endpoints is enabled.