Amazon OpenSearch Service · JSON Structure

Openapi Domain Status Structure

DomainStatus schema from Amazon OpenSearch Service

Type: object Properties: 7
AnalyticsElasticsearchFull-Text SearchLog AnalyticsOpenSearchSearch

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

Properties

DomainId DomainName ARN Created Deleted Endpoint EngineVersion

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-service/refs/heads/main/json-structure/openapi-domain-status-structure.json",
  "name": "DomainStatus",
  "description": "DomainStatus schema from Amazon OpenSearch Service",
  "type": "object",
  "properties": {
    "DomainId": {
      "type": "string"
    },
    "DomainName": {
      "type": "string"
    },
    "ARN": {
      "type": "string"
    },
    "Created": {
      "type": "boolean"
    },
    "Deleted": {
      "type": "boolean"
    },
    "Endpoint": {
      "type": "string"
    },
    "EngineVersion": {
      "type": "string"
    }
  }
}