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

NetworkFirewallBlackHoleRouteDetectedViolation

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

Violation detail for an internet gateway route with an inactive state in the customer subnet route table or Network Firewall subnet route table.

interface NetworkFirewallBlackHoleRouteDetectedViolation {
RouteTableId?: string | null;
ViolatingRoutes?: Route[] | null;
ViolationTarget?: string | null;
VpcId?: string | null;
}

§Properties

§
RouteTableId?: string | null
[src]

Information about the route table ID.

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

Information about the route or routes that are in violation.

§
ViolationTarget?: string | null
[src]

The subnet that has an inactive state.

§
VpcId?: string | null
[src]

Information about the VPC ID.