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

NetworkFirewallInternetTrafficNotInspectedViolation

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

Violation detail for the subnet for which internet traffic that hasn't been inspected.

interface NetworkFirewallInternetTrafficNotInspectedViolation {
ActualFirewallSubnetRoutes?: Route[] | null;
ActualInternetGatewayRoutes?: Route[] | null;
CurrentFirewallSubnetRouteTable?: string | null;
CurrentInternetGatewayRouteTable?: string | null;
ExpectedFirewallEndpoint?: string | null;
ExpectedFirewallSubnetRoutes?: ExpectedRoute[] | null;
ExpectedInternetGatewayRoutes?: ExpectedRoute[] | null;
FirewallSubnetId?: string | null;
InternetGatewayId?: string | null;
IsRouteTableUsedInDifferentAZ?: boolean | null;
RouteTableId?: string | null;
SubnetAvailabilityZone?: string | null;
SubnetId?: string | null;
ViolatingRoutes?: Route[] | null;
VpcId?: string | null;
}

§Properties

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

The actual firewall subnet routes.

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

The actual internet gateway routes.

§
CurrentFirewallSubnetRouteTable?: string | null
[src]

Information about the subnet route table for the current firewall.

§
CurrentInternetGatewayRouteTable?: string | null
[src]

The current route table for the internet gateway.

§
ExpectedFirewallEndpoint?: string | null
[src]

The expected endpoint for the current firewall.

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

The firewall subnet routes that are expected.

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

The internet gateway routes that are expected.

§
FirewallSubnetId?: string | null
[src]

The firewall subnet ID.

§
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]

Information about the route table ID.

§
SubnetAvailabilityZone?: string | null
[src]

The subnet Availability Zone.

§
SubnetId?: string | null
[src]

The subnet ID.

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

The route or routes that are in violation.

§
VpcId?: string | null
[src]

Information about the VPC ID.