Amazon Network Firewall · JSON Structure

Openapi Stateless Rule Group Reference Structure

Identifier for a single stateless rule group, used in a firewall policy to refer to the rule group.

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

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

Properties

ResourceArn Priority

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-rule-group-reference-structure.json",
  "name": "StatelessRuleGroupReference",
  "description": "Identifier for a single stateless rule group, used in a firewall policy to refer to the rule group. ",
  "type": "object",
  "properties": {
    "ResourceArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceArn"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the stateless rule group."
        }
      ]
    },
    "Priority": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Priority"
        },
        {
          "description": "An integer setting that indicates the order in which to run the stateless rule groups in a single <a>FirewallPolicy</a>. Network Firewall applies each stateless rule group to a packet starting with the group that has the lowest priority setting. You must ensure that the priority settings are unique within each policy."
        }
      ]
    }
  },
  "required": [
    "ResourceArn",
    "Priority"
  ]
}