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

RouteHasOutOfScopeEndpointViolation

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

Contains details about the route endpoint that violates the policy scope.

interface RouteHasOutOfScopeEndpointViolation {
CurrentFirewallSubnetRouteTable?: string | null;
CurrentInternetGatewayRouteTable?: string | null;
FirewallSubnetId?: string | null;
FirewallSubnetRoutes?: Route[] | null;
InternetGatewayId?: string | null;
InternetGatewayRoutes?: Route[] | null;
RouteTableId?: string | null;
SubnetAvailabilityZone?: string | null;
SubnetAvailabilityZoneId?: string | null;
SubnetId?: string | null;
ViolatingRoutes?: Route[] | null;
VpcId?: string | null;
}

§Properties

§
CurrentFirewallSubnetRouteTable?: string | null
[src]

The route table associated with the current firewall subnet.

§
CurrentInternetGatewayRouteTable?: string | null
[src]

The current route table associated with the Internet Gateway.

§
FirewallSubnetId?: string | null
[src]

The ID of the firewall subnet.

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

The list of firewall subnet routes.

§
InternetGatewayId?: string | null
[src]

The ID of the Internet Gateway.

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

The routes in the route table associated with the Internet Gateway.

§
RouteTableId?: string | null
[src]

The ID of the route table.

§
SubnetAvailabilityZone?: string | null
[src]

The subnet's Availability Zone.

§
SubnetAvailabilityZoneId?: string | null
[src]

The ID of the subnet's Availability Zone.

§
SubnetId?: string | null
[src]

The ID of the subnet associated with the route that violates the policy scope.

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

The list of routes that violate the route table.

§
VpcId?: string | null
[src]

The VPC ID of the route that violates the policy scope.