Amazon Detective · JSON Structure

Amazon Detective Enable Organization Admin Account Request Structure

Request to enable an organization admin account for Detective

Type: object Properties: 1 Required: 1
ForensicsInvestigationSecurity

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

Properties

AccountId

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-enable-organization-admin-account-request-structure.json",
  "description": "Request to enable an organization admin account for Detective",
  "type": "object",
  "properties": {
    "AccountId": {
      "type": "string",
      "description": "The AWS account identifier of the account to designate as the Detective administrator account for the organization.",
      "example": "123456789012"
    }
  },
  "required": [
    "AccountId"
  ],
  "name": "EnableOrganizationAdminAccountRequest"
}