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

AwsApiCallActionDomainDetails

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

Provided if CallerType is domain. It provides information about the DNS domain that issued the API call.

interface AwsApiCallActionDomainDetails {
Domain?: string | null;
}

§Properties

§
Domain?: string | null
[src]

The name of the DNS domain that issued the API call.