Amazon GuardDuty · JSON Structure

Guardduty Get Malware Scan Settings Response Structure

GetMalwareScanSettingsResponse schema from Amazon GuardDuty API

Type: object Properties: 2
Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

GetMalwareScanSettingsResponse is a JSON Structure definition published by Amazon GuardDuty, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ScanResourceCriteria EbsSnapshotPreservation

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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."
        }
      ]
    }
  }
}