{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-schema/openapi-log-publishing-option-schema.json", "title": "LogPublishingOption", "description": "Log Publishing option that is set for given domain.
Attributes and their details: ", "type": "object", "properties": { "CloudWatchLogsLogGroupArn": { "$ref": "#/components/schemas/CloudWatchLogsLogGroupArn" }, "Enabled": { "allOf": [ { "$ref": "#/components/schemas/Boolean" }, { "description": " Specifies whether given log publishing option is enabled or not." } ] } } }