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

CreateFirewallRequest

import type { CreateFirewallRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/networkfirewall.ts";
interface CreateFirewallRequest {
DeleteProtection?: boolean | null;
Description?: string | null;
FirewallName: string;
FirewallPolicyArn: string;
FirewallPolicyChangeProtection?: boolean | null;
SubnetChangeProtection?: boolean | null;
SubnetMappings: SubnetMapping[];
Tags?: Tag[] | null;
VpcId: string;
}

§Properties

§
DeleteProtection?: boolean | null
[src]
§
Description?: string | null
[src]
§
FirewallName: string
[src]
§
FirewallPolicyArn: string
[src]
§
FirewallPolicyChangeProtection?: boolean | null
[src]
§
SubnetChangeProtection?: boolean | null
[src]
§
SubnetMappings: SubnetMapping[]
[src]
§
Tags?: Tag[] | null
[src]
§
VpcId: string
[src]