{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-structure/openapi-snapshot-options-structure.json",
"name": "SnapshotOptions",
"description": "Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain. Default value is 0 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 0 hours."
}
]
}
}
}