Amazon OpenSearch Service API · JSON Structure

Openapi Scheduled Auto Tune Action Type Structure

Specifies Auto-Tune action type. Valid values are JVM_HEAP_SIZE_TUNING and JVM_YOUNG_GEN_TUNING.

Type: string Properties: 0
AnalyticsElasticsearchSearch

ScheduledAutoTuneActionType 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-action-type-structure.json",
  "name": "ScheduledAutoTuneActionType",
  "description": "Specifies Auto-Tune action type. Valid values are JVM_HEAP_SIZE_TUNING and JVM_YOUNG_GEN_TUNING. ",
  "type": "string",
  "enum": [
    "JVM_HEAP_SIZE_TUNING",
    "JVM_YOUNG_GEN_TUNING"
  ]
}