Amazon Detective · JSON Structure

Amazon Detective Administrator Structure

An organization admin account for Amazon Detective

Type: object Properties: 3
ForensicsInvestigationSecurity

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

Properties

AccountId GraphArn DelegationTime

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-administrator-structure.json",
  "description": "An organization admin account for Amazon Detective",
  "type": "object",
  "properties": {
    "AccountId": {
      "type": "string",
      "description": "The AWS account identifier of the Detective administrator account.",
      "example": "123456789012"
    },
    "GraphArn": {
      "type": "string",
      "description": "The ARN of the organization behavior graph.",
      "example": "arn:aws:detective:us-east-1:123456789012:graph:abc123def456"
    },
    "DelegationTime": {
      "type": "datetime",
      "description": "The date and time when the Detective administrator account was enabled.",
      "example": "2025-01-15T10:00:00Z"
    }
  },
  "name": "Administrator"
}