Amazon Network Firewall · JSON Structure

Openapi Stateless Rules And Custom Actions Structure

Stateless inspection criteria. Each stateless rule group uses exactly one of these data types to define its stateless rules.

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

StatelessRulesAndCustomActions 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

StatelessRules CustomActions

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-stateless-rules-and-custom-actions-structure.json",
  "name": "StatelessRulesAndCustomActions",
  "description": "Stateless inspection criteria. Each stateless rule group uses exactly one of these data types to define its stateless rules. ",
  "type": "object",
  "properties": {
    "StatelessRules": {
      "allOf": [
        {
          "$ref": "#/components/schemas/StatelessRules"
        },
        {
          "description": "Defines the set of stateless rules for use in a stateless rule group. "
        }
      ]
    },
    "CustomActions": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CustomActions"
        },
        {
          "description": "Defines an array of individual custom action definitions that are available for use by the stateless rules in this <code>StatelessRulesAndCustomActions</code> specification. You name each custom action that you define, and then you can use it by name in your <a>StatelessRule</a> <a>RuleDefinition</a> <code>Actions</code> specification."
        }
      ]
    }
  },
  "required": [
    "StatelessRules"
  ]
}