Amazon GuardDuty · Schema

ThreatsDetectedItemCount

Contains total number of infected files.

Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

Properties

Name Type Description
Files object
View JSON Schema on GitHub

JSON Schema

guardduty-threats-detected-item-count-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-threats-detected-item-count-schema.json",
  "title": "ThreatsDetectedItemCount",
  "description": "Contains total number of infected files.",
  "type": "object",
  "properties": {
    "Files": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Integer"
        },
        {
          "xml": {
            "name": "files"
          },
          "description": "Total number of infected files."
        }
      ]
    }
  }
}