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-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";
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]
§
Destination?: string | null
[src]
§
DestinationIp?: string | null
[src]
§
DestinationPort?: number | null
[src]
§
NetworkInsightsPathArn?: string | null
[src]
§
NetworkInsightsPathId?: string | null
[src]
§
Protocol?: Protocol | null
[src]
§
Source?: string | null
[src]
§
SourceIp?: string | null
[src]
§
Tags: Tag[]
[src]