Uses of Interface
software.amazon.awscdk.services.apigatewayv2.HttpRouteAuthorizerBindOptions
Packages that use HttpRouteAuthorizerBindOptions
Package
Description
AWS::APIGatewayv2 Construct Library
AWS APIGatewayv2 Authorizers
-
Uses of HttpRouteAuthorizerBindOptions in software.amazon.awscdk.services.apigatewayv2
Classes in software.amazon.awscdk.services.apigatewayv2 that implement HttpRouteAuthorizerBindOptionsModifier and TypeClassDescriptionstatic final classAn implementation forHttpRouteAuthorizerBindOptionsMethods in software.amazon.awscdk.services.apigatewayv2 that return HttpRouteAuthorizerBindOptionsModifier and TypeMethodDescriptionHttpRouteAuthorizerBindOptions.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.apigatewayv2 with parameters of type HttpRouteAuthorizerBindOptionsModifier and TypeMethodDescriptionHttpNoneAuthorizer.bind(HttpRouteAuthorizerBindOptions __) (experimental) Bind this authorizer to a specified Http route.IHttpRouteAuthorizer.bind(HttpRouteAuthorizerBindOptions options) (experimental) Bind this authorizer to a specified Http route.default HttpRouteAuthorizerConfigIHttpRouteAuthorizer.Jsii$Default.bind(HttpRouteAuthorizerBindOptions options) (experimental) Bind this authorizer to a specified Http route.IHttpRouteAuthorizer.Jsii$Proxy.bind(HttpRouteAuthorizerBindOptions options) (experimental) Bind this authorizer to a specified Http route. -
Uses of HttpRouteAuthorizerBindOptions in software.amazon.awscdk.services.apigatewayv2.authorizers
Methods in software.amazon.awscdk.services.apigatewayv2.authorizers with parameters of type HttpRouteAuthorizerBindOptionsModifier and TypeMethodDescriptionHttpIamAuthorizer.bind(HttpRouteAuthorizerBindOptions _options) (experimental) Bind this authorizer to a specified Http route.HttpJwtAuthorizer.bind(HttpRouteAuthorizerBindOptions options) (experimental) Bind this authorizer to a specified Http route.HttpLambdaAuthorizer.bind(HttpRouteAuthorizerBindOptions options) (experimental) Bind this authorizer to a specified Http route.HttpUserPoolAuthorizer.bind(HttpRouteAuthorizerBindOptions options) (experimental) Bind this authorizer to a specified Http route.