Values.UpdateSecurityRequestSourceUpdates the security settings for the cluster. You can use this operation to specify encryption and authentication on existing clusters.
type nonrec t = {clientAuthentication : ClientAuthentication.t option;Includes all client authentication related information.
*)clusterArn : string;The Amazon Resource Name (ARN) that uniquely identifies the cluster.
*)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.
*)encryptionInfo : EncryptionInfo.t option;Includes all encryption-related information.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of string
| `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of bool
| `Enum of string
| `List of [> `String of string ] list
| `String of string
| `Structure of (string * [> `Boolean of bool ]) list ])
list ])
list ])
list ]