Values.ScanConfigurationSourceContains information about the configuration used for the malware scan.
type nonrec t = {role : NonEmptyString.t option;Amazon Resource Name (ARN) of the IAM role that should contain the required permissions for the scan.
*)triggerDetails : TriggerDetails.t option;Information about the entity that triggered the malware scan.
*)incrementalScanDetails : IncrementalScanDetails.t option;Information about the incremental scan configuration, if applicable.
*)recoveryPoint : ScanConfigurationRecoveryPoint.t option;Information about the recovery point configuration used for the scan, if applicable.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of NonEmptyString.t
| `Structure of
(string * [> `Enum of string | `String of NonEmptyString.t ]) list ])
list ]