Amazon Detective · Schema

ListTagsForResourceResponse

Response from listing tags for a resource

ForensicsInvestigationSecurity

Properties

Name Type Description
Tags object The tag values that are assigned to the behavior graph.
View JSON Schema on GitHub

JSON Schema

amazon-detective-list-tags-for-resource-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-detective/refs/heads/main/json-schema/amazon-detective-list-tags-for-resource-response-schema.json",
  "title": "ListTagsForResourceResponse",
  "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"
      }
    }
  }
}