Amazon Managed Prometheus Describe Logging Configuration Response Structure

Represents the output of a DescribeLoggingConfiguration operation.

Type: object Properties: 1 Required: 1
ContainersMonitoringObservabilityPrometheus

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

Properties

loggingConfiguration

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-managed-prometheus/refs/heads/main/json-structure/amazon-managed-prometheus-describe-logging-configuration-response-structure.json",
  "name": "DescribeLoggingConfigurationResponse",
  "description": "Represents the output of a DescribeLoggingConfiguration operation.",
  "type": "object",
  "properties": {
    "loggingConfiguration": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LoggingConfigurationMetadata"
        },
        {
          "description": "Metadata object containing information about the logging configuration of a workspace."
        }
      ]
    }
  },
  "required": [
    "loggingConfiguration"
  ]
}