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/guardduty.ts?docs=full";

Contains information about the PORT_PROBE action described in the finding.

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

§Properties

§
Blocked?: boolean | null
[src]

Indicates whether EC2 blocked the port probe to the instance, such as with an ACL.

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

A list of objects related to port probe details.