Amazon MSK · Schema

BrokerSoftwareInfo

Information about the current software installed on the cluster.

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
ConfigurationArn object
ConfigurationRevision object
KafkaVersion object
View JSON Schema on GitHub

JSON Schema

msk-api-broker-software-info-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-msk/refs/heads/main/json-schema/msk-api-broker-software-info-schema.json",
  "title": "BrokerSoftwareInfo",
  "description": "\n            <p>Information about the current software installed on the cluster.</p>",
  "type": "object",
  "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>"
        }
      ]
    }
  }
}