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[];
}