Amazon MediaConnect · JSON Structure

Mediaconnect Api List Tags For Resource Response Structure

ListTagsForResourceResponse schema from AWS Elemental MediaConnect API

Type: object Properties: 1
BroadcastingLive VideoMediaMedia Transport

ListTagsForResourceResponse is a JSON Structure definition published by Amazon MediaConnect, 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-mediaconnect/refs/heads/main/json-structure/mediaconnect-api-list-tags-for-resource-response-structure.json",
  "name": "ListTagsForResourceResponse",
  "type": "object",
  "description": "ListTagsForResourceResponse schema from AWS Elemental MediaConnect API",
  "properties": {
    "Tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__mapOf__string"
        },
        {
          "xml": {
            "name": "tags"
          },
          "description": "A map from tag keys to values. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters."
        }
      ]
    }
  }
}