SnapshotOptions

Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain. Default value is 0 hours.

AnalyticsElasticsearchSearch

Properties

Name Type Description
AutomatedSnapshotStartHour object
View JSON Schema on GitHub

JSON Schema

openapi-snapshot-options-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-snapshot-options-schema.json",
  "title": "SnapshotOptions",
  "description": "Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain. Default value is <code>0</code> hours.",
  "type": "object",
  "properties": {
    "AutomatedSnapshotStartHour": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IntegerClass"
        },
        {
          "description": "Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain. Default value is <code>0</code> hours."
        }
      ]
    }
  }
}