Amazon OpenSearch Service API · JSON Structure

Openapi Scheduled Auto Tune Severity Type Structure

Specifies Auto-Tune action severity. Valid values are LOW, MEDIUM and HIGH.

Type: string Properties: 0
AnalyticsElasticsearchSearch

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

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-scheduled-auto-tune-severity-type-structure.json",
  "name": "ScheduledAutoTuneSeverityType",
  "description": "Specifies Auto-Tune action severity. Valid values are LOW, MEDIUM and HIGH. ",
  "type": "string",
  "enum": [
    "LOW",
    "MEDIUM",
    "HIGH"
  ]
}