Amazon Network Firewall · JSON Structure

Openapi Ip Set Structure

A list of IP addresses and address ranges, in CIDR notation. This is part of a RuleVariables.

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

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

Properties

Definition

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-ip-set-structure.json",
  "name": "IPSet",
  "description": "A list of IP addresses and address ranges, in CIDR notation. This is part of a <a>RuleVariables</a>. ",
  "type": "object",
  "properties": {
    "Definition": {
      "allOf": [
        {
          "$ref": "#/components/schemas/VariableDefinitionList"
        },
        {
          "description": "The list of IP addresses and address ranges, in CIDR notation. "
        }
      ]
    }
  },
  "required": [
    "Definition"
  ]
}