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

NetworkFirewallUnexpectedGatewayRoutesViolation

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

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

interface NetworkFirewallUnexpectedGatewayRoutesViolation {
GatewayId?: string | null;
RouteTableId?: string | null;
ViolatingRoutes?: Route[] | null;
VpcId?: string | null;
}

§Properties

§
GatewayId?: string | null
[src]

Information about the gateway ID.

§
RouteTableId?: string | null
[src]

Information about the route table.

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

The routes that are in violation.

§
VpcId?: string | null
[src]

Information about the VPC ID.