Uses of Interface
software.amazon.awscdk.services.apigatewayv2.IHttpRoute
Packages that use IHttpRoute
-
Uses of IHttpRoute in software.amazon.awscdk.services.apigatewayv2
Subinterfaces of IHttpRoute in software.amazon.awscdk.services.apigatewayv2Modifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIHttpRoute.Classes in software.amazon.awscdk.services.apigatewayv2 that implement IHttpRouteModifier and TypeClassDescriptionclassRoute class that creates the Route for API Gateway HTTP API.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.apigatewayv2 that return IHttpRouteModifier and TypeMethodDescriptionHttpRouteAuthorizerBindOptions.getRoute()The route to which the authorizer is being bound.final IHttpRouteHttpRouteAuthorizerBindOptions.Jsii$Proxy.getRoute()HttpRouteIntegrationBindOptions.getRoute()The route to which this is being bound.final IHttpRouteHttpRouteIntegrationBindOptions.Jsii$Proxy.getRoute()Methods in software.amazon.awscdk.services.apigatewayv2 with parameters of type IHttpRouteModifier and TypeMethodDescriptionHttpRouteAuthorizerBindOptions.Builder.route(IHttpRoute route) Sets the value ofHttpRouteAuthorizerBindOptions.getRoute()HttpRouteIntegrationBindOptions.Builder.route(IHttpRoute route) Sets the value ofHttpRouteIntegrationBindOptions.getRoute()