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

NetworkFirewallInvalidRouteConfigurationViolation

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

Violation detail for the improperly configured subnet route. It's possible there is a missing route table route, or a configuration that causes traffic to cross an Availability Zone boundary.

interface NetworkFirewallInvalidRouteConfigurationViolation {
ActualFirewallEndpoint?: string | null;
ActualFirewallSubnetId?: string | null;
ActualFirewallSubnetRoutes?: Route[] | null;
ActualInternetGatewayRoutes?: Route[] | null;
AffectedSubnets?: string[] | null;
CurrentFirewallSubnetRouteTable?: string | null;
CurrentInternetGatewayRouteTable?: string | null;
ExpectedFirewallEndpoint?: string | null;
ExpectedFirewallSubnetId?: string | null;
ExpectedFirewallSubnetRoutes?: ExpectedRoute[] | null;
ExpectedInternetGatewayRoutes?: ExpectedRoute[] | null;
InternetGatewayId?: string | null;
IsRouteTableUsedInDifferentAZ?: boolean | null;
RouteTableId?: string | null;
ViolatingRoute?: Route | null;
VpcId?: string | null;
}

§Properties

§
ActualFirewallEndpoint?: string | null
[src]

The actual firewall endpoint.

§
ActualFirewallSubnetId?: string | null
[src]

The actual subnet ID for the firewall.

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

The actual firewall subnet routes that are expected.

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

The actual internet gateway routes.

§
AffectedSubnets?: string[] | null
[src]

The subnets that are affected.

§
CurrentFirewallSubnetRouteTable?: string | null
[src]

The subnet route table for the current firewall.

§
CurrentInternetGatewayRouteTable?: string | null
[src]

The route table for the current internet gateway.

§
ExpectedFirewallEndpoint?: string | null
[src]

The firewall endpoint that's expected.

§
ExpectedFirewallSubnetId?: string | null
[src]

The expected subnet ID for the firewall.

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

The firewall subnet routes that are expected.

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

The expected routes for the internet gateway.

§
InternetGatewayId?: string | null
[src]

The internet gateway ID.

§
IsRouteTableUsedInDifferentAZ?: boolean | null
[src]

Information about whether the route table is used in another Availability Zone.

§
RouteTableId?: string | null
[src]

The route table ID.

§
ViolatingRoute?: Route | null
[src]

The route that's in violation.

§
VpcId?: string | null
[src]

Information about the VPC ID.