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

NetworkInsightsPath

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

Describes a path.

interface NetworkInsightsPath {
CreatedDate?: Date | number | null;
Destination?: string | null;
DestinationIp?: string | null;
DestinationPort?: number | null;
NetworkInsightsPathArn?: string | null;
NetworkInsightsPathId?: string | null;
Protocol?: Protocol | null;
Source?: string | null;
SourceIp?: string | null;
Tags: Tag[];
}

§Properties

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

The time stamp when the path was created.

§
Destination?: string | null
[src]

The Amazon Web Services resource that is the destination of the path.

§
DestinationIp?: string | null
[src]

The IP address of the Amazon Web Services resource that is the destination of the path.

§
DestinationPort?: number | null
[src]

The destination port.

§
NetworkInsightsPathArn?: string | null
[src]

The Amazon Resource Name (ARN) of the path.

§
NetworkInsightsPathId?: string | null
[src]

The ID of the path.

§
Protocol?: Protocol | null
[src]

The protocol.

§
Source?: string | null
[src]

The Amazon Web Services resource that is the source of the path.

§
SourceIp?: string | null
[src]

The IP address of the Amazon Web Services resource that is the source of the path.

§
Tags: Tag[]
[src]

The tags associated with the path.