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

DnsRequestAction

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

Contains information about the DNS_REQUEST action described in this finding.

interface DnsRequestAction {
Blocked?: boolean | null;
Domain?: string | null;
Protocol?: string | null;
}

§Properties

§
Blocked?: boolean | null
[src]

Indicates whether the targeted port is blocked.

§
Domain?: string | null
[src]

The domain information for the API request.

§
Protocol?: string | null
[src]

The network connection protocol observed in the activity that prompted GuardDuty to generate the finding.