Amazon GuardDuty · JSON Structure

Guardduty Finding Criteria Structure

Contains information about the criteria used for querying findings.

Type: object Properties: 1
Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

FindingCriteria 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

Criterion

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-criteria-structure.json",
  "name": "FindingCriteria",
  "description": "Contains information about the criteria used for querying findings.",
  "type": "object",
  "properties": {
    "Criterion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Criterion"
        },
        {
          "xml": {
            "name": "criterion"
          },
          "description": "Represents a map of finding properties that match specified conditions and values when querying findings."
        }
      ]
    }
  }
}