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

ActionRemotePortDetails

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

Provides information about the remote port that was involved in an attempted network connection.

interface ActionRemotePortDetails {
Port?: number | null;
PortName?: string | null;
}

§Properties

§
Port?: number | null
[src]

The number of the port.

§
PortName?: string | null
[src]

The port name of the remote connection.