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

NetworkConnectionAction

import type { NetworkConnectionAction } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/securityhub.ts";
interface NetworkConnectionAction {
Blocked?: boolean | null;
ConnectionDirection?: string | null;
LocalPortDetails?: ActionLocalPortDetails | null;
Protocol?: string | null;
RemoteIpDetails?: ActionRemoteIpDetails | null;
RemotePortDetails?: ActionRemotePortDetails | null;
}

§Properties

§
Blocked?: boolean | null
[src]
§
ConnectionDirection?: string | null
[src]
§
LocalPortDetails?: ActionLocalPortDetails | null
[src]
§
Protocol?: string | null
[src]
§
RemoteIpDetails?: ActionRemoteIpDetails | null
[src]
§
RemotePortDetails?: ActionRemotePortDetails | null
[src]