Values_3.ClientConnectOptionsSourceThe options for managing connection authorization for new client connections.
type nonrec t = {enabled : Values_0.Boolean.t option;Indicates whether client connect options are enabled. The default is false (not enabled).
*)lambdaFunctionArn : Values_0.String_.t option;The Amazon Resource Name (ARN) of the Lambda function used for connection authorization.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t | `String of Values_0.String_.t ])
list ]