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.HttpIntegration.getHttpApi()The HTTP API associated with this integration.HttpRoute.getHttpApi()The HTTP API associated with this route.IHttpIntegration.getHttpApi()The HTTP API associated with this integration.default IHttpApiIHttpIntegration.Jsii$Default.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.Methods in software.amazon.awscdk.services.apigatewayv2 with parameters of type IHttpApi -
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)