Values.AwsMskClusterClusterInfoClientAuthenticationDetailsSourceProvides details about different modes of client authentication.
type nonrec t = {sasl : AwsMskClusterClusterInfoClientAuthenticationSaslDetails.t option;Provides details for client authentication using SASL.
*)unauthenticated : AwsMskClusterClusterInfoClientAuthenticationUnauthenticatedDetails.t
option;Provides details for allowing no client authentication.
*)tls : AwsMskClusterClusterInfoClientAuthenticationTlsDetails.t option;Provides details for client authentication using TLS.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of [> `String of NonEmptyString.t ] list
| `Structure of (string * [> `Boolean of Boolean.t ]) list ])
list ])
list ]