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

Evidence

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

Contains information about the reason that the finding was generated.

interface Evidence {
ThreatIntelligenceDetails?: ThreatIntelligenceDetail[] | null;
}

§Properties

§
ThreatIntelligenceDetails?: ThreatIntelligenceDetail[] | null
[src]

A list of threat intelligence details related to the evidence.