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