Amazon OpenSearch Service API · JSON Structure

Openapi Log Publishing Options Status Structure

The configured log publishing options for the domain and their current status.

Type: object Properties: 2
AnalyticsElasticsearchSearch

LogPublishingOptionsStatus is a JSON Structure definition published by Amazon OpenSearch Service API, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Options Status

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-log-publishing-options-status-structure.json",
  "name": "LogPublishingOptionsStatus",
  "description": "The configured log publishing options for the domain and their current status.",
  "type": "object",
  "properties": {
    "Options": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LogPublishingOptions"
        },
        {
          "description": "The log publishing options configured for the Elasticsearch domain."
        }
      ]
    },
    "Status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OptionStatus"
        },
        {
          "description": "The status of the log publishing options for the Elasticsearch domain. See <code>OptionStatus</code> for the status information that's included. "
        }
      ]
    }
  }
}