PortSet

A set of port ranges for use in the rules in a rule group.

FirewallIntrusion DetectionNetwork SecurityVPC

Properties

Name Type Description
Definition object
View JSON Schema on GitHub

JSON Schema

openapi-port-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-port-set-schema.json",
  "title": "PortSet",
  "description": "A set of port ranges for use in the rules in a rule group. ",
  "type": "object",
  "properties": {
    "Definition": {
      "allOf": [
        {
          "$ref": "#/components/schemas/VariableDefinitionList"
        },
        {
          "description": "The set of port ranges. "
        }
      ]
    }
  }
}