Module Values.AwsMskClusterClusterInfoClientAuthenticationTlsDetailsSource

Provides details for client authentication using TLS.

Sourcetype nonrec t = {
  1. 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.

    *)
  2. enabled : Boolean.t option;
    (*

    Indicates whether TLS authentication is enabled or not.

    *)
}
Sourceval make : ?certificateAuthorityArnList:??? -> ?enabled:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `List of [> `String of NonEmptyString.t ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t