DomainInfo

DomainInfo schema from Amazon OpenSearch Service API

AnalyticsElasticsearchSearch

Properties

Name Type Description
DomainName object
EngineType object
View JSON Schema on GitHub

JSON Schema

openapi-domain-info-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-schema/openapi-domain-info-schema.json",
  "title": "DomainInfo",
  "description": "DomainInfo schema from Amazon OpenSearch Service API",
  "type": "object",
  "properties": {
    "DomainName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DomainName"
        },
        {
          "description": " Specifies the <code>DomainName</code>."
        }
      ]
    },
    "EngineType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EngineType"
        },
        {
          "description": " Specifies the <code>EngineType</code> of the domain."
        }
      ]
    }
  }
}