Values.ScanActionSourceDefines a scanning action that specifies the malware scanner and scan mode to use.
type nonrec t = {malwareScanner : MalwareScanner.t option;The malware scanner to use for the scan action. Currently only GUARDDUTY is supported.
*)scanMode : ScanMode.t option;The scanning mode to use for the scan action. Valid values: FULL_SCAN | INCREMENTAL_SCAN.
*)}