{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-network-firewall/refs/heads/main/json-structure/openapi-logging-configuration-structure.json", "name": "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" ] }