Amazon Detective · JSON Structure

Amazon Detective List Tags For Resource Response Structure

Response from listing tags for a resource

Type: object Properties: 1
ForensicsInvestigationSecurity

ListTagsForResourceResponse 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-list-tags-for-resource-response-structure.json",
  "description": "Response from listing tags for a resource",
  "type": "object",
  "properties": {
    "Tags": {
      "type": "object",
      "description": "The tag values that are assigned to the behavior graph.",
      "additionalProperties": {
        "type": "string"
      }
    }
  },
  "name": "ListTagsForResourceResponse"
}