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

DescribeFirewallRequest

import type { DescribeFirewallRequest } from "https://aws-api.deno.dev/v0.4/services/networkfirewall.ts?docs=full";
interface DescribeFirewallRequest {
FirewallArn?: string | null;
FirewallName?: string | null;
}

§Properties

§
FirewallArn?: string | null
[src]

The Amazon Resource Name (ARN) of the firewall.

You must specify the ARN or the name, and you can specify both.

§
FirewallName?: string | null
[src]

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

You must specify the ARN or the name, and you can specify both.