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

Route

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

Describes a route in a route table.

interface Route {
Destination?: string | null;
DestinationType?: DestinationType | null;
Target?: string | null;
TargetType?: TargetType | null;
}

§Properties

§
Destination?: string | null
[src]

The destination of the route.

§
DestinationType?: DestinationType | null
[src]

The type of destination for the route.

§
Target?: string | null
[src]

The route's target.

§
TargetType?: TargetType | null
[src]

The type of target for the route.