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-16vtt531a2w0.deno.dev/v0.2/services/fms.ts";
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]
§
ContributingSubnets?: string[] | null
[src]
§
IpV4Cidr?: string | null
[src]
§
IpV6Cidr?: string | null
[src]
§
PrefixListId?: string | null
[src]
§
RouteTableId?: string | null
[src]