Amazon OpenSearch Service API · JSON Structure

Openapi Zone Awareness Config Structure

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

Type: object Properties: 1
AnalyticsElasticsearchSearch

ZoneAwarenessConfig is a JSON Structure definition published by Amazon OpenSearch Service API, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

AvailabilityZoneCount

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-structure/openapi-zone-awareness-config-structure.json",
  "name": "ZoneAwarenessConfig",
  "description": "Specifies the zone awareness configuration for the domain cluster, such as the number of availability zones.",
  "type": "object",
  "properties": {
    "AvailabilityZoneCount": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IntegerClass"
        },
        {
          "description": "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"
        }
      ]
    }
  }
}