Amazon Detective · JSON Structure

Amazon Detective Create Graph Request Structure

Request to create a new behavior graph

Type: object Properties: 1
ForensicsInvestigationSecurity

CreateGraphRequest 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

Tags

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-create-graph-request-structure.json",
  "description": "Request to create a new behavior graph",
  "type": "object",
  "properties": {
    "Tags": {
      "type": "object",
      "description": "The tags to assign to the new behavior graph",
      "additionalProperties": {
        "type": "string"
      }
    }
  },
  "name": "CreateGraphRequest"
}