ListTagsForResourceResponse

ListTagsForResourceResponse schema from Amazon MediaConvert API

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
ResourceTags object
View JSON Schema on GitHub

JSON Schema

mediaconvert-api-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-mediaconvert/refs/heads/main/json-schema/mediaconvert-api-list-tags-for-resource-response-schema.json",
  "title": "ListTagsForResourceResponse",
  "description": "ListTagsForResourceResponse schema from Amazon MediaConvert API",
  "type": "object",
  "properties": {
    "ResourceTags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceTags"
        },
        {
          "xml": {
            "name": "resourceTags"
          },
          "description": "The Amazon Resource Name (ARN) and tags for an AWS Elemental MediaConvert resource."
        }
      ]
    }
  }
}