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

CreateFirewallResponse

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

§Properties

§
Firewall?: Firewall | null
[src]

The configuration settings for the firewall. These settings include the firewall policy and the subnets in your VPC to use for the firewall endpoints.

§
FirewallStatus?: FirewallStatus | null
[src]

Detailed information about the current status of a "Firewall". You can retrieve this for a firewall by calling "DescribeFirewall" and providing the firewall name and ARN.