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;
}