{ "$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

Information about the current software installed on the cluster.

", "properties": { "ConfigurationArn": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "configurationArn" }, "description": "\n

The Amazon Resource Name (ARN) of the configuration used for the cluster. This field isn't visible in this preview release.

" } ] }, "ConfigurationRevision": { "allOf": [ { "$ref": "#/components/schemas/__long" }, { "xml": { "name": "configurationRevision" }, "description": "\n

The revision of the configuration to use. This field isn't visible in this preview release.

" } ] }, "KafkaVersion": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "kafkaVersion" }, "description": "\n

The version of Apache Kafka.

" } ] } } }