Amazon GuardDuty · JSON Structure

Guardduty Threats Detected Item Count Structure

Contains total number of infected files.

Type: object Properties: 1
Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

ThreatsDetectedItemCount 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

Files

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-threats-detected-item-count-structure.json",
  "name": "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."
        }
      ]
    }
  }
}