Amazon Network Firewall · JSON Structure

Openapi Rule Option Structure

Additional settings for a stateful rule. This is part of the StatefulRule configuration.

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

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

Properties

Keyword Settings

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-rule-option-structure.json",
  "name": "RuleOption",
  "description": "Additional settings for a stateful rule. This is part of the <a>StatefulRule</a> configuration.",
  "type": "object",
  "properties": {
    "Keyword": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Keyword"
        },
        {
          "description": "<p/>"
        }
      ]
    },
    "Settings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Settings"
        },
        {
          "description": "<p/>"
        }
      ]
    }
  },
  "required": [
    "Keyword"
  ]
}