Amazon Network Firewall · JSON Structure

Openapi Describe Firewall Request Structure

DescribeFirewallRequest schema from Amazon Network Firewall

Type: object Properties: 2
FirewallIntrusion DetectionNetwork SecurityVPC

DescribeFirewallRequest 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

FirewallName FirewallArn

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-describe-firewall-request-structure.json",
  "name": "DescribeFirewallRequest",
  "description": "DescribeFirewallRequest schema from Amazon Network Firewall",
  "type": "object",
  "properties": {
    "FirewallName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceName"
        },
        {
          "description": "<p>The descriptive name of the firewall. You can't change the name of a firewall after you create it.</p> <p>You must specify the ARN or the name, and you can specify both. </p>"
        }
      ]
    },
    "FirewallArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceArn"
        },
        {
          "description": "<p>The Amazon Resource Name (ARN) of the firewall.</p> <p>You must specify the ARN or the name, and you can specify both. </p>"
        }
      ]
    }
  }
}