Amazon GuardDuty · Example Payload

Guardduty Member Example

Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

Guardduty Member 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

AccountIdDetectorIdMasterIdEmailRelationshipStatusInvitedAt

Example Payload

Raw ↑
{
  "AccountId": "abc123def456",
  "DetectorId": "abc123def456",
  "MasterId": "abc123def456",
  "Email": "example-Email",
  "RelationshipStatus": "ENABLED",
  "InvitedAt": "example-InvitedAt"
}