Amazon MQ · JSON Structure

Mq Api Describe Configuration Revision Response Structure

DescribeConfigurationRevisionResponse schema from Amazon MQ API

Type: object Properties: 4
BroadcastingMedia ProcessingMedia

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

Properties

ConfigurationId Created 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-describe-configuration-revision-response-structure.json",
  "name": "DescribeConfigurationRevisionResponse",
  "type": "object",
  "description": "DescribeConfigurationRevisionResponse schema from Amazon MQ API",
  "properties": {
    "ConfigurationId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "configurationId"
          },
          "description": "Required. The unique ID that Amazon MQ generates for the configuration."
        }
      ]
    },
    "Created": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__timestampIso8601"
        },
        {
          "xml": {
            "name": "created"
          },
          "description": "Required. The date and time of the configuration."
        }
      ]
    },
    "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."
        }
      ]
    }
  }
}