AutoTuneOptionsStatus

Specifies the status of Auto-Tune options for the specified Elasticsearch domain.

AnalyticsElasticsearchSearch

Properties

Name Type Description
Options object
Status object
View JSON Schema on GitHub

JSON Schema

openapi-auto-tune-options-status-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-auto-tune-options-status-schema.json",
  "title": "AutoTuneOptionsStatus",
  "description": " Specifies the status of Auto-Tune options for the specified Elasticsearch domain.",
  "type": "object",
  "properties": {
    "Options": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AutoTuneOptions"
        },
        {
          "description": " Specifies Auto-Tune options for the specified Elasticsearch domain."
        }
      ]
    },
    "Status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AutoTuneStatus"
        },
        {
          "description": " Specifies Status of the Auto-Tune options for the specified Elasticsearch domain."
        }
      ]
    }
  }
}