Amazon Network Firewall · JSON Structure

Openapi Ip Set Metadata Structure

General information about the IP set.

Type: object Properties: 1
FirewallIntrusion DetectionNetwork SecurityVPC

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

Properties

ResolvedCIDRCount

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-metadata-structure.json",
  "name": "IPSetMetadata",
  "description": "General information about the IP set.",
  "type": "object",
  "properties": {
    "ResolvedCIDRCount": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CIDRCount"
        },
        {
          "description": "Describes the total number of CIDR blocks currently in use by the IP set references in a firewall. To determine how many CIDR blocks are available for you to use in a firewall, you can call <code>AvailableCIDRCount</code>."
        }
      ]
    }
  }
}