Amazon GuardDuty · Schema

ScanResultDetails

Represents the result of the scan.

Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

Properties

Name Type Description
ScanResult object
View JSON Schema on GitHub

JSON Schema

guardduty-scan-result-details-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-result-details-schema.json",
  "title": "ScanResultDetails",
  "description": "Represents the result of the scan.",
  "type": "object",
  "properties": {
    "ScanResult": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ScanResult"
        },
        {
          "xml": {
            "name": "scanResult"
          },
          "description": "An enum value representing possible scan results."
        }
      ]
    }
  }
}