Amazon OpenSearch Service API · JSON Structure

Openapi Cold Storage Options Structure

Specifies the configuration for cold storage options such as enabled

Type: object Properties: 1 Required: 1
AnalyticsElasticsearchSearch

ColdStorageOptions is a JSON Structure definition published by Amazon OpenSearch Service API, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Enabled

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-cold-storage-options-structure.json",
  "name": "ColdStorageOptions",
  "description": "Specifies the configuration for cold storage options such as enabled",
  "type": "object",
  "properties": {
    "Enabled": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Boolean"
        },
        {
          "description": "Enable cold storage option. Accepted values true or false"
        }
      ]
    }
  },
  "required": [
    "Enabled"
  ]
}