Amazon Network Firewall · JSON Structure

Openapi Logging Configuration Structure

Defines how Network Firewall performs logging for a Firewall.

Type: object Properties: 1 Required: 1
FirewallIntrusion DetectionNetwork SecurityVPC

LoggingConfiguration is a JSON Structure definition published by Amazon Network Firewall, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

LogDestinationConfigs

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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 <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"
  ]
}