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

Provided if ActionType is DNS_REQUEST. It provides details about the DNS request that was detected.

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

§Properties

§
Blocked?: boolean | null
[src]

Indicates whether the DNS request was blocked.

§
Domain?: string | null
[src]

The DNS domain that is associated with the DNS request.

§
Protocol?: string | null
[src]

The protocol that was used for the DNS request.