Values.UpdateConnectivityRequestSourceRequest body for UpdateConnectivity.
type nonrec t = {clusterArn : string;The Amazon Resource Name (ARN) of the configuration.
*)connectivityInfo : ConnectivityInfo.t option;Information about the broker access configuration.
*)currentVersion : string;The version of the MSK cluster to update. Cluster versions aren't simple numbers. You can describe an MSK cluster to find its version. When this update operation is successful, it generates a new cluster version.
*)zookeeperAccess : ZookeeperAccess.t option;Access control settings for zookeeper
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of string
| `Structure of
(string
* [> `Boolean of bool
| `Enum of string
| `Structure of
(string
* [> `String of string
| `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of bool
| `Structure of
(string * [> `Boolean of bool ]) list ])
list ])
list ])
list ])
list ])
list ]