Amazon Detective · Example Payload

Amazon Detective Get Investigation Response Example

ForensicsInvestigationSecurity

Amazon Detective Get Investigation Response Example is an example object payload from Amazon Detective, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

GraphArnInvestigationIdEntityArnEntityTypeCreatedTimeScopeStartTimeScopeEndTimeStatusSeverityState

Example Payload

Raw ↑
{
  "GraphArn": "arn:aws:detective:us-east-1:123456789012:graph:abc123def456",
  "InvestigationId": "invest-abc123def456",
  "EntityArn": "arn:aws:iam::123456789012:user/jsmith",
  "EntityType": "IAM_ROLE",
  "CreatedTime": "2025-01-15T10:00:00Z",
  "ScopeStartTime": "2025-01-01T00:00:00Z",
  "ScopeEndTime": "2025-01-15T23:59:59Z",
  "Status": "RUNNING",
  "Severity": "HIGH",
  "State": "ACTIVE"
}