Amazon Detective · JSON Structure

Amazon Detective Start Investigation Response Structure

Response from starting an investigation

Type: object Properties: 1
ForensicsInvestigationSecurity

StartInvestigationResponse is a JSON Structure definition published by Amazon Detective, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

InvestigationId

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-detective/refs/heads/main/json-structure/amazon-detective-start-investigation-response-structure.json",
  "description": "Response from starting an investigation",
  "type": "object",
  "properties": {
    "InvestigationId": {
      "type": "string",
      "description": "The investigation ID of the investigation report.",
      "example": "invest-abc123def456"
    }
  },
  "name": "StartInvestigationResponse"
}