Values.BrokerNodeInfoSourceBrokerNodeInfo
type nonrec t = {attachedENIId : string option;The attached elastic network interface of the broker.
*)brokerId : float option;The ID of the broker.
*)clientSubnet : string option;The client subnet to which this broker node belongs.
*)clientVpcIpAddress : string option;The virtual private cloud (VPC) of the client.
*)currentBrokerSoftwareInfo : BrokerSoftwareInfo.t option;Information about the version of software currently deployed on the Apache Kafka brokers in the cluster.
*)endpoints : string list option;Endpoints for accessing the broker.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of float
| `List of [> `String of string ] list
| `String of string
| `Structure of
(string * [> `Long of Awso.Import.Int64.t | `String of string ])
list ])
list ]