Amazon Detective · Example Payload

Amazon Detective Investigation Detail Example

ForensicsInvestigationSecurity

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

Top-level fields

InvestigationIdSeverityStatusStateCreatedTimeEntityArnEntityType

Example Payload

Raw ↑
{
  "InvestigationId": "invest-abc123def456",
  "Severity": "HIGH",
  "Status": "RUNNING",
  "State": "ACTIVE",
  "CreatedTime": "2025-01-15T10:00:00Z",
  "EntityArn": "arn:aws:iam::123456789012:user/jsmith",
  "EntityType": "IAM_ROLE"
}