Values.AwsEc2ClientVpnEndpointClientConnectOptionsDetailsSourceThe options for managing connection authorization for new client connections.
type nonrec t = {enabled : Boolean.t option;Indicates whether client connect options are enabled.
*)lambdaFunctionArn : NonEmptyString.t option;The Amazon Resource Name (ARN) of the Lambda function used for connection authorization.
*)status : AwsEc2ClientVpnEndpointClientConnectOptionsStatusDetails.t option;The status of any updates to the client connect options.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `String of NonEmptyString.t
| `Structure of (string * [> `String of NonEmptyString.t ]) list ])
list ]