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

StartRouteAnalysisRequest

import type { StartRouteAnalysisRequest } from "https://aws-api.deno.dev/v0.3/services/networkmanager.ts?docs=full";
interface StartRouteAnalysisRequest {
GlobalNetworkId: string;
IncludeReturnPath?: boolean | null;
UseMiddleboxes?: boolean | null;
}

§Properties

§
GlobalNetworkId: string
[src]

The ID of the global network.

§
IncludeReturnPath?: boolean | null
[src]

Indicates whether to analyze the return path. The default is false.

§

The source from which traffic originates.

§
UseMiddleboxes?: boolean | null
[src]

Indicates whether to include the location of middlebox appliances in the route analysis. The default is false.