Amazon Network Firewall · JSON Structure

Openapi Delete Firewall Response Structure

DeleteFirewallResponse schema from Amazon Network Firewall

Type: object Properties: 2
FirewallIntrusion DetectionNetwork SecurityVPC

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

Properties

Firewall FirewallStatus

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-delete-firewall-response-structure.json",
  "name": "DeleteFirewallResponse",
  "description": "DeleteFirewallResponse schema from Amazon Network Firewall",
  "type": "object",
  "properties": {
    "Firewall": {
      "$ref": "#/components/schemas/Firewall"
    },
    "FirewallStatus": {
      "$ref": "#/components/schemas/FirewallStatus"
    }
  }
}