Values.AwsMskClusterClusterInfoClientAuthenticationTlsDetailsSourceProvides details for client authentication using TLS.
type nonrec t = {certificateAuthorityArnList : StringList.t option;List of Amazon Web Services Private CA Amazon Resource Names (ARNs). Amazon Web Services Private CA enables creation of private certificate authority (CA) hierarchies, including root and subordinate CAs, without the investment and maintenance costs of operating an on-premises CA.
*)enabled : Boolean.t option;Indicates whether TLS authentication is enabled or not.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of [> `String of NonEmptyString.t ] list ])
list ]