Values_0.ClientCertificateConfigSourceAn object that specifies the client certificate configuration for a domain.
type nonrec t = {clientCertificateCallbackArn : ClientCertificateCallbackArn.t option;The ARN of the Lambda function that IoT invokes after mutual TLS authentication during the connection.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of ClientCertificateCallbackArn.t ]) list ]