Amazon MediaConvert · JSON Structure

Mediaconvert Api Untag Resource Request Structure

UntagResourceRequest schema from Amazon MediaConvert API

Type: object Properties: 1
BroadcastingMedia ProcessingMedia

UntagResourceRequest is a JSON Structure definition published by Amazon MediaConvert, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

TagKeys

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-mediaconvert/refs/heads/main/json-structure/mediaconvert-api-untag-resource-request-structure.json",
  "name": "UntagResourceRequest",
  "type": "object",
  "description": "UntagResourceRequest schema from Amazon MediaConvert API",
  "properties": {
    "TagKeys": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOf__string"
        },
        {
          "xml": {
            "name": "tagKeys"
          },
          "description": "The keys of the tags that you want to remove from the resource."
        }
      ]
    }
  }
}