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

NetworkFirewallMissingExpectedRoutesViolation

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

Violation detail for an expected route missing in Network Firewall.

interface NetworkFirewallMissingExpectedRoutesViolation {
ExpectedRoutes?: ExpectedRoute[] | null;
ViolationTarget?: string | null;
VpcId?: string | null;
}

§Properties

§
ExpectedRoutes?: ExpectedRoute[] | null
[src]

The expected routes.

§
ViolationTarget?: string | null
[src]

The target of the violation.

§
VpcId?: string | null
[src]

Information about the VPC ID.