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

PortProbeAction

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

Provided if ActionType is PORT_PROBE. It provides details about the attempted port probe that was detected.

interface PortProbeAction {
Blocked?: boolean | null;
PortProbeDetails?: PortProbeDetail[] | null;
}

§Properties

§
Blocked?: boolean | null
[src]

Indicates whether the port probe was blocked.

§
PortProbeDetails?: PortProbeDetail[] | null
[src]

Information about the ports affected by the port probe.