enum HttpLambdaResponseType
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.APIGatewayv2.Authorizers.HttpLambdaResponseType | 
  Java | software.amazon.awscdk.services.apigatewayv2.authorizers.HttpLambdaResponseType | 
  Python | aws_cdk.aws_apigatewayv2_authorizers.HttpLambdaResponseType | 
  TypeScript (source) | @aws-cdk/aws-apigatewayv2-authorizers » HttpLambdaResponseType | 
Specifies the type responses the lambda returns.
Members
| Name | Description | 
|---|---|
| SIMPLE | Returns simple boolean response. | 
| IAM | Returns an IAM Policy. | 
SIMPLE
Returns simple boolean response.
IAM
Returns an IAM Policy.

 .NET
 Java
 Python
 TypeScript (