DurationValue

Integer to specify the value of a maintenance schedule duration. See the Developer Guide for more information.

AnalyticsElasticsearchSearch
View JSON Schema on GitHub

JSON Schema

openapi-duration-value-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-duration-value-schema.json",
  "title": "DurationValue",
  "description": " Integer to specify the value of a maintenance schedule duration. See the <a href=\"https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/auto-tune.html\" target=\"_blank\">Developer Guide</a> for more information.",
  "type": "integer",
  "minimum": 1,
  "maximum": 24
}