Values.StartMalwareScanConfigurationSourceContains information about the configuration to be used for the malware scan.
type nonrec t = {role : NonEmptyString.t;Amazon Resource Name (ARN) of the IAM role that is used for scanning the resource.
*)incrementalScanDetails : IncrementalScanDetails.t option;Contains information about the incremental scan configuration. When specified, the scan will only process changes since the baseline resource.
*)recoveryPoint : RecoveryPoint.t option;Contains information about the recovery point configuration for the requested scan.
*)}val make :
?incrementalScanDetails:??? ->
?recoveryPoint:??? ->
role:NonEmptyString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of NonEmptyString.t
| `Structure of (string * [> `String of NonEmptyString.t ]) list ])
list ]