Amazon GuardDuty · JSON Structure

Guardduty Scan Result Details Structure

Represents the result of the scan.

Type: object Properties: 1
Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

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

Properties

ScanResult

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-scan-result-details-structure.json",
  "name": "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."
        }
      ]
    }
  }
}