Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

FirewallMetadata

import type { FirewallMetadata } from "https://aws-api.deno.dev/v0.4/services/networkfirewall.ts?docs=full";

High-level information about a firewall, returned by operations like create and describe. You can use the information provided in the metadata to retrieve and manage a firewall.

interface FirewallMetadata {
FirewallArn?: string | null;
FirewallName?: string | null;
}

§Properties

§
FirewallArn?: string | null
[src]

The Amazon Resource Name (ARN) of the firewall.

§
FirewallName?: string | null
[src]

The descriptive name of the firewall. You can't change the name of a firewall after you create it.