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

DefaultRouteInput

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

The configuration for the default route type.

interface DefaultRouteInput {
ActivationState?: RouteActivationState | null;
}

§Properties

§
ActivationState?: RouteActivationState | null
[src]

If set to ACTIVE, traffic is forwarded to this route’s service after the route is created.