Amazon GuardDuty · Schema

ScanCriterion

Represents a map of resource properties that match specified conditions and values when triggering malware scans.

Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection
View JSON Schema on GitHub

JSON Schema

guardduty-scan-criterion-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-schema/guardduty-scan-criterion-schema.json",
  "title": "ScanCriterion",
  "description": "Represents a map of resource properties that match specified conditions and values when triggering malware scans.",
  "type": "object",
  "additionalProperties": {
    "$ref": "#/components/schemas/ScanCondition"
  }
}