{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-network-firewall/refs/heads/main/json-schema/openapi-logging-configuration-schema.json", "title": "LoggingConfiguration", "description": "Defines how Network Firewall performs logging for a Firewall. ", "type": "object", "properties": { "LogDestinationConfigs": { "allOf": [ { "$ref": "#/components/schemas/LogDestinationConfigs" }, { "description": "Defines the logging destinations for the logs for a firewall. Network Firewall generates logs for stateful rule groups. " } ] } }, "required": [ "LogDestinationConfigs" ] }