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

TriggerDetails

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

Represents the reason the scan was triggered.

interface TriggerDetails {
Description?: string | null;
GuardDutyFindingId?: string | null;
}

§Properties

§
Description?: string | null
[src]

The description of the scan trigger.

§
GuardDutyFindingId?: string | null
[src]

The ID of the GuardDuty finding that triggered the malware scan.