RuleOption

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

FirewallIntrusion DetectionNetwork SecurityVPC

Properties

Name Type Description
Keyword object
Settings object
View JSON Schema on GitHub

JSON Schema

openapi-rule-option-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-rule-option-schema.json",
  "title": "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"
  ]
}