Values.ScanResultSourceContains the results of a security scan, including scanner information, scan state, and any findings discovered.
type nonrec t = {malwareScanner : MalwareScanner.t option;The malware scanner used to perform the scan. Currently only GUARDDUTY is supported.
*)scanJobState : ScanJobState.t option;The final state of the scan job. Valid values: COMPLETED | FAILED | CANCELED.
*)lastScanTimestamp : string option;The timestamp of when the last scan was performed, in Unix format and Coordinated Universal Time (UTC).
*)findings : ScanFindings.t option;An array of findings discovered during the scan.
*)}