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

NetworkPathComponentDetails

import type { NetworkPathComponentDetails } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

Information about the destination of the next component in the network path.

interface NetworkPathComponentDetails {
Address?: string[] | null;
PortRanges?: PortRange[] | null;
}

§Properties

§
Address?: string[] | null
[src]

The IP addresses of the destination.

§
PortRanges?: PortRange[] | null
[src]

A list of port ranges for the destination.