Amazon MQ · JSON Structure

Mq Api Create Tags Request Structure

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

Type: object Properties: 1
BroadcastingMedia ProcessingMedia

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

Properties

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-mq/refs/heads/main/json-structure/mq-api-create-tags-request-structure.json",
  "name": "CreateTagsRequest",
  "type": "object",
  "description": "A map of the key-value pairs for the resource tag.",
  "properties": {
    "Tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__mapOf__string"
        },
        {
          "xml": {
            "name": "tags"
          },
          "description": "The key-value pair for the resource tag."
        }
      ]
    }
  }
}