IPSet

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

FirewallIntrusion DetectionNetwork SecurityVPC

Properties

Name Type Description
Definition object
View JSON Schema on GitHub

JSON Schema

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