Module Values.BrokerSoftwareInfoSource

Information about the current software installed on the cluster.

Sourcetype nonrec t = {
  1. configurationArn : string option;
    (*

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

    *)
  2. configurationRevision : Awso.Import.Int64.t option;
    (*

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

    *)
  3. kafkaVersion : string option;
    (*

    The version of Apache Kafka.

    *)
}
Sourceval make : ?configurationArn:??? -> ?configurationRevision:??? -> ?kafkaVersion:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Long of Awso.Import.Int64.t | `String of string ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t