Amazon MSK · JSON Structure

Msk Api List Tags For Resource Response Structure

ListTagsForResourceResponse schema from Amazon MSK API

Type: object Properties: 1
BroadcastingMedia ProcessingMedia

ListTagsForResourceResponse is a JSON Structure definition published by Amazon MSK, 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-msk/refs/heads/main/json-structure/msk-api-list-tags-for-resource-response-structure.json",
  "name": "ListTagsForResourceResponse",
  "type": "object",
  "description": "ListTagsForResourceResponse schema from Amazon MSK API",
  "properties": {
    "Tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__mapOf__string"
        },
        {
          "xml": {
            "name": "tags"
          },
          "description": "\n            <p>The key-value pair for the resource tag.</p>"
        }
      ]
    }
  }
}