UntagResourceRequest

UntagResourceRequest schema from Amazon MediaConvert API

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
TagKeys object
View JSON Schema on GitHub

JSON Schema

mediaconvert-api-untag-resource-request-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-untag-resource-request-schema.json",
  "title": "UntagResourceRequest",
  "description": "UntagResourceRequest schema from Amazon MediaConvert API",
  "type": "object",
  "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."
        }
      ]
    }
  }
}