Amazon Network Firewall · JSON Structure

Openapi Capacity Usage Summary Structure

The capacity usage summary of the resources used by the ReferenceSets in a firewall.

Type: object Properties: 1
FirewallIntrusion DetectionNetwork SecurityVPC

CapacityUsageSummary 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

CIDRs

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-capacity-usage-summary-structure.json",
  "name": "CapacityUsageSummary",
  "description": "The capacity usage summary of the resources used by the <a>ReferenceSets</a> in a firewall.",
  "type": "object",
  "properties": {
    "CIDRs": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CIDRSummary"
        },
        {
          "description": "Describes the capacity usage of the CIDR blocks used by the IP set references in a firewall."
        }
      ]
    }
  }
}