Amazon MSK · JSON Structure

Msk Api Broker Software Info Structure

Information about the current software installed on the cluster.

Type: object Properties: 3
BroadcastingMedia ProcessingMedia

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

Properties

ConfigurationArn ConfigurationRevision KafkaVersion

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-msk/refs/heads/main/json-structure/msk-api-broker-software-info-structure.json",
  "name": "BrokerSoftwareInfo",
  "type": "object",
  "description": "\n            <p>Information about the current software installed on the cluster.</p>",
  "properties": {
    "ConfigurationArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "configurationArn"
          },
          "description": "\n            <p>The Amazon Resource Name (ARN) of the configuration used for the cluster. This field isn't visible in this preview release.</p>"
        }
      ]
    },
    "ConfigurationRevision": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__long"
        },
        {
          "xml": {
            "name": "configurationRevision"
          },
          "description": "\n            <p>The revision of the configuration to use. This field isn't visible in this preview release.</p>"
        }
      ]
    },
    "KafkaVersion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "kafkaVersion"
          },
          "description": "\n            <p>The version of Apache Kafka.</p>"
        }
      ]
    }
  }
}