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

ExpectedRoute

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

Information about the expected route in the route table.

interface ExpectedRoute {
AllowedTargets?: string[] | null;
ContributingSubnets?: string[] | null;
IpV4Cidr?: string | null;
IpV6Cidr?: string | null;
PrefixListId?: string | null;
RouteTableId?: string | null;
}

§Properties

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

Information about the allowed targets.

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

Information about the contributing subnets.

§
IpV4Cidr?: string | null
[src]

Information about the IPv4 CIDR block.

§
IpV6Cidr?: string | null
[src]

Information about the IPv6 CIDR block.

§
PrefixListId?: string | null
[src]

Information about the ID of the prefix list for the route.

§
RouteTableId?: string | null
[src]

Information about the route table ID.