@aws-cdk_aws-apigatewayv2-authorizers-alpha.HttpLambdaResponseType

enum HttpLambdaResponseType ๐Ÿ”น

LanguageType name
.NETAmazon.CDK.AWS.Apigatewayv2.Authorizers.Alpha.HttpLambdaResponseType
Gogithub.com/aws/aws-cdk-go/awscdkapigatewayv2authorizersalpha/v2#HttpLambdaResponseType
Javasoftware.amazon.awscdk.services.apigatewayv2.authorizers.alpha.HttpLambdaResponseType
Pythonaws_cdk.aws_apigatewayv2_authorizers_alpha.HttpLambdaResponseType
TypeScript (source)@aws-cdk/aws-apigatewayv2-authorizers-alpha ยป HttpLambdaResponseType

Specifies the type responses the lambda returns.

Members

NameDescription
SIMPLE ๐Ÿ”นReturns simple boolean response.
IAM ๐Ÿ”นReturns an IAM Policy.

SIMPLE ๐Ÿ”น

Returns simple boolean response.


IAM ๐Ÿ”น

Returns an IAM Policy.