Amazon Detective · Example Payload

Amazon Detective List Indicators Response Example

ForensicsInvestigationSecurity

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

Top-level fields

GraphArnInvestigationIdNextTokenIndicators

Example Payload

Raw ↑
{
  "GraphArn": "arn:aws:detective:us-east-1:123456789012:graph:abc123def456",
  "InvestigationId": "invest-abc123def456",
  "NextToken": "abc123token",
  "Indicators": [
    "example-Indicators_item"
  ]
}