Amazon MQ · JSON Structure

Mq Api Update Configuration Request Structure

Updates the specified configuration.

Type: object Properties: 2 Required: 1
BroadcastingMedia ProcessingMedia

UpdateConfigurationRequest is a JSON Structure definition published by Amazon MQ, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Data Description

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-update-configuration-request-structure.json",
  "name": "UpdateConfigurationRequest",
  "type": "object",
  "description": "Updates the specified configuration.",
  "properties": {
    "Data": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "data"
          },
          "description": "Required. The base64-encoded XML configuration."
        }
      ]
    },
    "Description": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "description"
          },
          "description": "The description of the configuration."
        }
      ]
    }
  },
  "required": [
    "Data"
  ]
}