Amazon MQ · Schema

CreateTagsRequest

A map of the key-value pairs for the resource tag.

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
Tags object
View JSON Schema on GitHub

JSON Schema

mq-api-create-tags-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mq/refs/heads/main/json-schema/mq-api-create-tags-request-schema.json",
  "title": "CreateTagsRequest",
  "description": "A map of the key-value pairs for the resource tag.",
  "type": "object",
  "properties": {
    "Tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__mapOf__string"
        },
        {
          "xml": {
            "name": "tags"
          },
          "description": "The key-value pair for the resource tag."
        }
      ]
    }
  }
}