Amazon GuardDuty · Example Payload

Guardduty Invitation Example

Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

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

Top-level fields

AccountIdInvitationIdRelationshipStatusInvitedAt

Example Payload

Raw ↑
{
  "AccountId": "abc123def456",
  "InvitationId": "abc123def456",
  "RelationshipStatus": "ENABLED",
  "InvitedAt": "example-InvitedAt"
}