Amazon MediaConvert · JSON Structure

Mediaconvert Api Resource Tags Structure

The Amazon Resource Name (ARN) and tags for an AWS Elemental MediaConvert resource.

Type: object Properties: 2
BroadcastingMedia ProcessingMedia

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

Properties

Arn 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-mediaconvert/refs/heads/main/json-structure/mediaconvert-api-resource-tags-structure.json",
  "name": "ResourceTags",
  "type": "object",
  "description": "The Amazon Resource Name (ARN) and tags for an AWS Elemental MediaConvert resource.",
  "properties": {
    "Arn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "arn"
          },
          "description": "The Amazon Resource Name (ARN) of the resource."
        }
      ]
    },
    "Tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__mapOf__string"
        },
        {
          "xml": {
            "name": "tags"
          },
          "description": "The tags for the resource."
        }
      ]
    }
  }
}