Values.ScanJobSummarySourceContains summary information about scan jobs, including counts and metadata for a specific time period and criteria.
type nonrec t = {region : Region.t option;The Amazon Web Services Region where the scan jobs were executed.
*)accountId : AccountId.t option;The account ID that owns the scan jobs included in this summary.
*)state : ScanJobStatus.t option;The state of the scan jobs included in this summary. Valid values: CREATED | RUNNING | COMPLETED | COMPLETED_WITH_ISSUES | FAILED | CANCELED.
*)resourceType : ResourceType.t option;The type of Amazon Web Services resource for the scan jobs included in this summary.
*)count : Integer.t option;The number of scan jobs that match the specified criteria.
*)startTime : string option;The value of time in number format of a job start time. This value is the time in Unix format, Coordinated Universal Time (UTC), and accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
*)endTime : string option;The value of time in number format of a job end time. This value is the time in Unix format, Coordinated Universal Time (UTC), and accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
*)malwareScanner : MalwareScanner.t option;Specifies the malware scanner used during the scan job. Currently only supports GUARDDUTY.
*)scanResultStatus : ScanResultStatus.t option;The scan result status for the scan jobs included in this summary. Valid values: THREATS_FOUND | NO_THREATS_FOUND.
*)}