Amazon GuardDuty · Example Payload

Guardduty Ecs Task Details Example

Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

Guardduty Ecs Task 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

ArnDefinitionArnVersionTaskCreatedAtStartedAtStartedBy

Example Payload

Raw ↑
{
  "Arn": "arn:aws:guardduty:us-east-1:123456789012:detector/abc123",
  "DefinitionArn": "arn:aws:guardduty:us-east-1:123456789012:detector/abc123",
  "Version": "example-Version",
  "TaskCreatedAt": "example-TaskCreatedA",
  "StartedAt": "example-StartedAt",
  "StartedBy": "example-StartedBy"
}