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

CreateNetworkInsightsPathRequest

import type { CreateNetworkInsightsPathRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";
interface CreateNetworkInsightsPathRequest {
ClientToken: string;
Destination: string;
DestinationIp?: string | null;
DestinationPort?: number | null;
DryRun?: boolean | null;
Protocol: Protocol;
Source: string;
SourceIp?: string | null;
TagSpecifications?: TagSpecification[] | null;
}

§Properties

§
ClientToken: string
[src]
§
Destination: string
[src]
§
DestinationIp?: string | null
[src]
§
DestinationPort?: number | null
[src]
§
DryRun?: boolean | null
[src]
§
Protocol: Protocol
[src]
§
Source: string
[src]
§
SourceIp?: string | null
[src]
§
TagSpecifications?: TagSpecification[] | null
[src]