Values.BrokerSoftwareInfoSourceInformation about the current software installed on the cluster.
type nonrec t = {configurationArn : string option;The Amazon Resource Name (ARN) of the configuration used for the cluster. This field isn't visible in this preview release.
*)configurationRevision : Awso.Import.Int64.t option;The revision of the configuration to use. This field isn't visible in this preview release.
*)kafkaVersion : string option;The version of Apache Kafka.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Long of Awso.Import.Int64.t | `String of string ]) list ]