Values.ThreatSourceInformation about the detected threats associated with the generated finding.
type nonrec t = {name : String_.t option;Name of the detected threat that caused GuardDuty to generate this finding.
*)source : String_.t option;Source of the threat that generated this finding.
*)itemPaths : ItemPaths.t option;Information about the nested item path and hash of the protected resource.
*)count : Long.t option;The number of occurrences of this specific threat detected during the scan.
*)hash : String_.t option;The hash identifier of the detected malware threat.
*)itemDetails : ItemDetailsList.t option;Detailed information about the detected malware threat.
*)}