Amazon GuardDuty · Example Payload

Guardduty Condition Example

Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

Guardduty Condition Example is an example object payload from Amazon GuardDuty, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

EqNeqGtGteLtLte

Example Payload

Raw ↑
{
  "Eq": "example-Eq",
  "Neq": "example-Neq",
  "Gt": "example-Gt",
  "Gte": "example-Gte",
  "Lt": "example-Lt",
  "Lte": "example-Lte"
}