LoggingConfiguration

Defines how Network Firewall performs logging for a Firewall.

FirewallIntrusion DetectionNetwork SecurityVPC

Properties

Name Type Description
LogDestinationConfigs object
View JSON Schema on GitHub

JSON Schema

openapi-logging-configuration-schema.json Raw ↑
{
  "$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 <a>Firewall</a>. ",
  "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"
  ]
}