Values.AwsAppSyncGraphQlApiLambdaAuthorizerConfigDetailsSourceSpecifies the authorization configuration for using an Lambda function with your AppSync GraphQL API endpoint.
type nonrec t = {identityValidationExpression : NonEmptyString.t option;A regular expression for validation of tokens before the Lambda function is called.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of Integer.t | `String of NonEmptyString.t ]) list ]