{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-structure/guardduty-get-malware-scan-settings-response-structure.json", "name": "GetMalwareScanSettingsResponse", "description": "GetMalwareScanSettingsResponse schema from Amazon GuardDuty API", "type": "object", "properties": { "ScanResourceCriteria": { "allOf": [ { "$ref": "#/components/schemas/ScanResourceCriteria" }, { "xml": { "name": "scanResourceCriteria" }, "description": "Represents the criteria to be used in the filter for scanning resources." } ] }, "EbsSnapshotPreservation": { "allOf": [ { "$ref": "#/components/schemas/EbsSnapshotPreservation" }, { "xml": { "name": "ebsSnapshotPreservation" }, "description": "An enum value representing possible snapshot preservation settings." } ] } } }