Uses of Interface
software.amazon.awscdk.services.apigatewayv2.HttpRouteAuthorizerConfig
Packages that use HttpRouteAuthorizerConfig
Package
Description
AWS::APIGatewayv2 Construct Library
AWS APIGatewayv2 Authorizers
-
Uses of HttpRouteAuthorizerConfig in software.amazon.awscdk.services.apigatewayv2
Classes in software.amazon.awscdk.services.apigatewayv2 that implement HttpRouteAuthorizerConfigModifier and TypeClassDescriptionstatic final classAn implementation forHttpRouteAuthorizerConfigMethods in software.amazon.awscdk.services.apigatewayv2 that return HttpRouteAuthorizerConfigModifier 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.HttpRouteAuthorizerConfig.Builder.build()Builds the configured instance. -
Uses of HttpRouteAuthorizerConfig in software.amazon.awscdk.services.apigatewayv2.authorizers
Methods in software.amazon.awscdk.services.apigatewayv2.authorizers that return HttpRouteAuthorizerConfigModifier 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.