Amazon OpenSearch Service API · JSON Structure

Openapi Time Unit Structure

Specifies the unit of a maintenance schedule duration. Valid value is HOUR. See the Developer Guide for more information.

Type: string Properties: 0
AnalyticsElasticsearchSearch

TimeUnit 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-time-unit-structure.json",
  "name": "TimeUnit",
  "description": "Specifies the unit of a maintenance schedule duration. Valid value is HOUR. 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": "string",
  "enum": [
    "HOURS"
  ]
}