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

NetworkInsightsAnalysis

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

Describes a network insights analysis.

interface NetworkInsightsAnalysis {
AlternatePathHints: AlternatePathHint[];
Explanations: Explanation[];
FilterInArns: string[];
ForwardPathComponents: PathComponent[];
NetworkInsightsAnalysisArn?: string | null;
NetworkInsightsAnalysisId?: string | null;
NetworkInsightsPathId?: string | null;
NetworkPathFound?: boolean | null;
ReturnPathComponents: PathComponent[];
StartDate?: Date | number | null;
Status?: AnalysisStatus | null;
StatusMessage?: string | null;
Tags: Tag[];
WarningMessage?: string | null;
}

§Properties

§
AlternatePathHints: AlternatePathHint[]
[src]

Potential intermediate components.

§
Explanations: Explanation[]
[src]

The explanations. For more information, see Reachability Analyzer explanation codes.

§
FilterInArns: string[]
[src]

The Amazon Resource Names (ARN) of the Amazon Web Services resources that the path must traverse.

§
ForwardPathComponents: PathComponent[]
[src]

The components in the path from source to destination.

§
NetworkInsightsAnalysisArn?: string | null
[src]

The Amazon Resource Name (ARN) of the network insights analysis.

§
NetworkInsightsAnalysisId?: string | null
[src]

The ID of the network insights analysis.

§
NetworkInsightsPathId?: string | null
[src]

The ID of the path.

§
NetworkPathFound?: boolean | null
[src]

Indicates whether the destination is reachable from the source.

§
ReturnPathComponents: PathComponent[]
[src]

The components in the path from destination to source.

§
StartDate?: Date | number | null
[src]

The time the analysis started.

§
Status?: AnalysisStatus | null
[src]

The status of the network insights analysis.

§
StatusMessage?: string | null
[src]

The status message, if the status is failed.

§
Tags: Tag[]
[src]

The tags.

§
WarningMessage?: string | null
[src]

The warning message.