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

NetworkFirewallUnexpectedFirewallRoutesViolation

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

Violation detail for an unexpected route that's present in a route table.

interface NetworkFirewallUnexpectedFirewallRoutesViolation {
FirewallEndpoint?: string | null;
FirewallSubnetId?: string | null;
RouteTableId?: string | null;
ViolatingRoutes?: Route[] | null;
VpcId?: string | null;
}

§Properties

§
FirewallEndpoint?: string | null
[src]

The endpoint of the firewall.

§
FirewallSubnetId?: string | null
[src]

The subnet ID for the firewall.

§
RouteTableId?: string | null
[src]

The ID of the route table.

§
ViolatingRoutes?: Route[] | null
[src]

The routes that are in violation.

§
VpcId?: string | null
[src]

Information about the VPC ID.