Values_1.ClientConnectResponseOptionsSourceThe 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.
*)lambdaFunctionArn : Values_0.String_.t option;The Amazon Resource Name (ARN) of the Lambda function used for connection authorization.
*)status : ClientVpnEndpointAttributeStatus.t option;The status of any updates to the client connect options.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `String of Values_0.String_.t
| `Structure of
(string * [> `Enum of string | `String of Values_0.String_.t ])
list ])
list ]