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

FirewallPolicyMetadata

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

High-level information about a firewall policy, returned by operations like create and describe. You can use the information provided in the metadata to retrieve and manage a firewall policy. You can retrieve all objects for a firewall policy by calling "DescribeFirewallPolicy".

interface FirewallPolicyMetadata {
Arn?: string | null;
Name?: string | null;
}

§Properties

§
Arn?: string | null
[src]

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

§
Name?: string | null
[src]

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