Amazon Network Firewall · JSON Structure

Openapi Stateful Rule Group Override Structure

The setting that allows the policy owner to change the behavior of the rule group within a policy.

Type: object Properties: 1
FirewallIntrusion DetectionNetwork SecurityVPC

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

Properties

Action

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-stateful-rule-group-override-structure.json",
  "name": "StatefulRuleGroupOverride",
  "description": "The setting that allows the policy owner to change the behavior of the rule group within a policy. ",
  "type": "object",
  "properties": {
    "Action": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OverrideAction"
        },
        {
          "description": "The action that changes the rule group from <code>DROP</code> to <code>ALERT</code>. This only applies to managed rule groups."
        }
      ]
    }
  }
}