Uses of Interface
software.amazon.awscdk.services.apigatewayv2.IHttpApi
Packages that use IHttpApi
Package
Description
AWS APIGatewayv2 Construct Library
Event Targets for Amazon EventBridge
-
Uses of IHttpApi in software.amazon.awscdk.services.apigatewayv2
Subinterfaces of IHttpApi in software.amazon.awscdk.services.apigatewayv2Modifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIHttpApi.Classes in software.amazon.awscdk.services.apigatewayv2 that implement IHttpApiModifier and TypeClassDescriptionclassCreate a new API Gateway HTTP API endpoint.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.apigatewayv2 that return IHttpApiModifier and TypeMethodDescriptionstatic IHttpApiHttpApi.fromHttpApiAttributes(software.constructs.Construct scope, String id, HttpApiAttributes attrs) Import an existing HTTP API into this CDK app.HttpStage.getApi()The API this stage is associated to.HttpStageAttributes.getApi()The API to which this stage is associated.final IHttpApiHttpStageAttributes.Jsii$Proxy.getApi()IHttpStage.getApi()The API this stage is associated to.default IHttpApiIHttpStage.Jsii$Default.getApi()The API this stage is associated to.final IHttpApiIHttpStage.Jsii$Proxy.getApi()The API this stage is associated to.HttpAuthorizerProps.getHttpApi()HTTP Api to attach the authorizer to.final IHttpApiHttpAuthorizerProps.Jsii$Proxy.getHttpApi()HttpIntegration.getHttpApi()The HTTP API associated with this integration.HttpIntegrationProps.getHttpApi()The HTTP API to which this integration should be bound.final IHttpApiHttpIntegrationProps.Jsii$Proxy.getHttpApi()HttpRoute.getHttpApi()The HTTP API associated with this route.HttpRouteProps.getHttpApi()the API the route is associated with.final IHttpApiHttpRouteProps.Jsii$Proxy.getHttpApi()HttpStageProps.getHttpApi()The HTTP API to which this stage is associated.final IHttpApiHttpStageProps.Jsii$Proxy.getHttpApi()IHttpIntegration.getHttpApi()The HTTP API associated with this integration.default IHttpApiIHttpIntegration.Jsii$Default.getHttpApi()The HTTP API associated with this integration.final IHttpApiIHttpIntegration.Jsii$Proxy.getHttpApi()The HTTP API associated with this integration.IHttpRoute.getHttpApi()The HTTP API associated with this route.default IHttpApiIHttpRoute.Jsii$Default.getHttpApi()The HTTP API associated with this route.final IHttpApiIHttpRoute.Jsii$Proxy.getHttpApi()The HTTP API associated with this route.Methods in software.amazon.awscdk.services.apigatewayv2 with parameters of type IHttpApiModifier and TypeMethodDescriptionSets the value ofHttpStageAttributes.getApi()HTTP Api to attach the authorizer to.Sets the value ofHttpAuthorizerProps.getHttpApi()The HTTP API to which this integration should be bound.Sets the value ofHttpIntegrationProps.getHttpApi()the API the route is associated with.Sets the value ofHttpRouteProps.getHttpApi()The HTTP API to which this stage is associated.Sets the value ofHttpStageProps.getHttpApi() -
Uses of IHttpApi in software.amazon.awscdk.services.events.targets
Methods in software.amazon.awscdk.services.events.targets that return IHttpApiMethods in software.amazon.awscdk.services.events.targets with parameters of type IHttpApiConstructors in software.amazon.awscdk.services.events.targets with parameters of type IHttpApiModifierConstructorDescriptionApiGatewayV2(IHttpApi httpApi) ApiGatewayV2(IHttpApi httpApi, ApiGatewayProps props)