Uses of Interface
software.amazon.awscdk.services.apigatewayv2.IHttpApiRef
Packages that use IHttpApiRef
-
Uses of IHttpApiRef in software.amazon.awscdk.services.apigatewayv2
Subinterfaces of IHttpApiRef in software.amazon.awscdk.services.apigatewayv2Modifier and TypeInterfaceDescriptioninterfaceRepresents an HTTP API.static interfaceInternal default implementation forIHttpApi.static interfaceInternal default implementation forIHttpApiRef.Classes in software.amazon.awscdk.services.apigatewayv2 that implement IHttpApiRefModifier and TypeClassDescriptionclassCreate a new API Gateway HTTP API endpoint.static final classA proxy class which represents a concrete javascript instance of this type.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.apigatewayv2 that return IHttpApiRefModifier and TypeMethodDescriptionHttpAuthorizerProps.getHttpApi()HTTP Api to attach the authorizer to.final IHttpApiRefHttpAuthorizerProps.Jsii$Proxy.getHttpApi()HttpIntegrationProps.getHttpApi()The HTTP API to which this integration should be bound.final IHttpApiRefHttpIntegrationProps.Jsii$Proxy.getHttpApi()HttpRouteProps.getHttpApi()the API the route is associated with.final IHttpApiRefHttpRouteProps.Jsii$Proxy.getHttpApi()HttpStageProps.getHttpApi()The HTTP API to which this stage is associated.final IHttpApiRefHttpStageProps.Jsii$Proxy.getHttpApi()Methods in software.amazon.awscdk.services.apigatewayv2 with parameters of type IHttpApiRefModifier and TypeMethodDescriptionstatic HttpApiHelperHttpApiHelper.fromHttpApi(IHttpApiRef httpApi) Return anHttpApiHelperfor the given HTTP API.HttpAuthorizer.Builder.httpApi(IHttpApiRef httpApi) HTTP Api to attach the authorizer to.HttpAuthorizerProps.Builder.httpApi(IHttpApiRef httpApi) Sets the value ofHttpAuthorizerProps.getHttpApi()HttpIntegration.Builder.httpApi(IHttpApiRef httpApi) The HTTP API to which this integration should be bound.HttpIntegrationProps.Builder.httpApi(IHttpApiRef httpApi) Sets the value ofHttpIntegrationProps.getHttpApi()HttpRoute.Builder.httpApi(IHttpApiRef httpApi) the API the route is associated with.HttpRouteProps.Builder.httpApi(IHttpApiRef httpApi) Sets the value ofHttpRouteProps.getHttpApi()HttpStage.Builder.httpApi(IHttpApiRef httpApi) The HTTP API to which this stage is associated.HttpStageProps.Builder.httpApi(IHttpApiRef httpApi) Sets the value ofHttpStageProps.getHttpApi()