Represents the output of a DescribeLoggingConfiguration operation.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-managed-prometheus/refs/heads/main/json-schema/amazon-managed-prometheus-describe-logging-configuration-response-schema.json", "title": "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" ] }