Values.MalwareScanDetailsSourceInformation about the malware scan that generated a GuardDuty finding.
type nonrec t = {threats : Threats.t option;Information about the detected threats associated with the generated GuardDuty finding.
*)scanId : String_.t option;The unique identifier for the malware scan.
*)scanType : MalwareProtectionScanType.t option;The type of malware scan performed.
*)scanCategory : ScanCategory.t option;The category of the malware scan.
*)scanConfiguration : MalwareProtectionFindingsScanConfiguration.t option;The configuration settings used for the malware scan.
*)uniqueThreatCount : Integer.t option;The number of unique malware threats detected during the scan.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Integer.t
| `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of String_.t
| `Structure of
(string * [> `String of NonEmptyString.t ])
list ])
list ]
list
| `Long of Long.t
| `String of String_.t ])
list ]
list
| `String of String_.t
| `Structure of
(string
* [> `Enum of string
| `Structure of (string * [> `String of NonEmptyString.t ]) list ])
list ])
list ]