GetMalwareScanSettings
Source:
src/AWS/GuardDuty/GetMalwareScanSettings.ts
Runtime binding for guardduty:GetMalwareScanSettings.
Reads the detector’s EC2 malware scan settings — scan resource criteria and EBS snapshot preservation.
The detector id is injected from the bound Detector.
Provide the implementation with
Effect.provide(AWS.GuardDuty.GetMalwareScanSettingsHttp).
Malware Protection
Section titled “Malware Protection”// initconst getMalwareScanSettings = yield* AWS.GuardDuty.GetMalwareScanSettings(detector);
// runtimeconst { ScanResourceCriteria } = yield* getMalwareScanSettings();