Amazon Detective · JSON Structure

Amazon Detective Tag Resource Request Structure

Request to apply tags to a behavior graph

Type: object Properties: 1 Required: 1
ForensicsInvestigationSecurity

TagResourceRequest 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

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-tag-resource-request-structure.json",
  "description": "Request to apply tags to a behavior graph",
  "type": "object",
  "properties": {
    "Tags": {
      "type": "object",
      "description": "The tags to assign to the behavior graph.",
      "additionalProperties": {
        "type": "string"
      }
    }
  },
  "required": [
    "Tags"
  ],
  "name": "TagResourceRequest"
}