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

DeleteFirewallPolicyRequest

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

§Properties

§
FirewallPolicyArn?: string | null
[src]

The Amazon Resource Name (ARN) of the firewall policy.

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

§
FirewallPolicyName?: string | null
[src]

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

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