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

NetworkFirewallPolicy

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

Configures the firewall policy deployment model of Network Firewall. For information about Network Firewall deployment models, see Network Firewall example architectures with routing in the Network Firewall Developer Guide.

interface NetworkFirewallPolicy {
FirewallDeploymentModel?: FirewallDeploymentModel | null;
}

§Properties

§
FirewallDeploymentModel?: FirewallDeploymentModel | null
[src]

Defines the deployment model to use for the firewall policy. To use a distributed model, set PolicyOption to NULL.