Amazon GuardDuty · Example Payload

Guardduty Lambda Details Example

Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

Guardduty Lambda Details 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

FunctionArnFunctionNameDescriptionLastModifiedAtRevisionIdFunctionVersion

Example Payload

Raw ↑
{
  "FunctionArn": "arn:aws:guardduty:us-east-1:123456789012:detector/abc123",
  "FunctionName": "MyThreatFilter",
  "Description": "example-Description",
  "LastModifiedAt": "example-LastModified",
  "RevisionId": "abc123def456",
  "FunctionVersion": "example-FunctionVers"
}