Amazon GuardDuty · JSON Structure

Guardduty Finding Statistics Structure

Contains information about finding statistics.

Type: object Properties: 1
Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

FindingStatistics 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

CountBySeverity

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-finding-statistics-structure.json",
  "name": "FindingStatistics",
  "description": "Contains information about finding statistics.",
  "type": "object",
  "properties": {
    "CountBySeverity": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CountBySeverity"
        },
        {
          "xml": {
            "name": "countBySeverity"
          },
          "description": "Represents a map of severity to count statistics for a set of findings."
        }
      ]
    }
  }
}