{ "$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-option-structure.json", "name": "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." } ] } } }