Amazon Macie · Schema

ListTagsForResourceResponse

ListTagsForResourceResponse schema from Amazon Macie API

Data SecuritySensitive DataPrivacyComplianceMachine LearningS3

Properties

Name Type Description
tags object
View JSON Schema on GitHub

JSON Schema

amazon-macie-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-macie/refs/heads/main/json-schema/amazon-macie-list-tags-for-resource-response-schema.json",
  "title": "ListTagsForResourceResponse",
  "description": "ListTagsForResourceResponse schema from Amazon Macie API",
  "type": "object",
  "properties": {
    "tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagMap"
        },
        {
          "description": "A map of key-value pairs that specifies which tags (keys and values) are associated with the resource."
        }
      ]
    }
  }
}