| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigatewayv2 |
AWS::APIGatewayv2 Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IHttpApi.Jsii$Default
Internal default implementation for
IHttpApi. |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpApi
(experimental) Create a new API Gateway HTTP API endpoint.
|
static class |
IHttpApi.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static IHttpApi |
HttpApi.fromHttpApiAttributes(software.constructs.Construct scope,
String id,
HttpApiAttributes attrs)
(experimental) Import an existing HTTP API into this CDK app.
|
IHttpApi |
HttpStageAttributes.getApi()
(experimental) The API to which this stage is associated.
|
IHttpApi |
HttpStageAttributes.Jsii$Proxy.getApi() |
IHttpApi |
IHttpStage.getApi()
(experimental) The API this stage is associated to.
|
IHttpApi |
IHttpStage.Jsii$Proxy.getApi()
(experimental) The API this stage is associated to.
|
default IHttpApi |
IHttpStage.Jsii$Default.getApi()
(experimental) The API this stage is associated to.
|
IHttpApi |
HttpStage.getApi()
(experimental) The API this stage is associated to.
|
IHttpApi |
IHttpIntegration.getHttpApi()
(experimental) The HTTP API associated with this integration.
|
IHttpApi |
IHttpIntegration.Jsii$Proxy.getHttpApi()
(experimental) The HTTP API associated with this integration.
|
default IHttpApi |
IHttpIntegration.Jsii$Default.getHttpApi()
(experimental) The HTTP API associated with this integration.
|
IHttpApi |
HttpRoute.getHttpApi()
(experimental) The HTTP API associated with this route.
|
IHttpApi |
HttpRouteProps.getHttpApi()
(experimental) the API the route is associated with.
|
IHttpApi |
HttpRouteProps.Jsii$Proxy.getHttpApi() |
IHttpApi |
HttpStageProps.getHttpApi()
(experimental) The HTTP API to which this stage is associated.
|
IHttpApi |
HttpStageProps.Jsii$Proxy.getHttpApi() |
IHttpApi |
HttpIntegrationProps.getHttpApi()
(experimental) The HTTP API to which this integration should be bound.
|
IHttpApi |
HttpIntegrationProps.Jsii$Proxy.getHttpApi() |
IHttpApi |
IHttpRoute.getHttpApi()
(experimental) The HTTP API associated with this route.
|
IHttpApi |
IHttpRoute.Jsii$Proxy.getHttpApi()
(experimental) The HTTP API associated with this route.
|
default IHttpApi |
IHttpRoute.Jsii$Default.getHttpApi()
(experimental) The HTTP API associated with this route.
|
IHttpApi |
HttpIntegration.getHttpApi()
(experimental) The HTTP API associated with this integration.
|
IHttpApi |
HttpAuthorizerProps.getHttpApi()
(experimental) HTTP Api to attach the authorizer to.
|
IHttpApi |
HttpAuthorizerProps.Jsii$Proxy.getHttpApi() |
| Modifier and Type | Method and Description |
|---|---|
HttpStageAttributes.Builder |
HttpStageAttributes.Builder.api(IHttpApi api)
Sets the value of
HttpStageAttributes.getApi() |
HttpRoute.Builder |
HttpRoute.Builder.httpApi(IHttpApi httpApi)
(experimental) the API the route is associated with.
|
HttpRouteProps.Builder |
HttpRouteProps.Builder.httpApi(IHttpApi httpApi)
Sets the value of
HttpRouteProps.getHttpApi() |
HttpStage.Builder |
HttpStage.Builder.httpApi(IHttpApi httpApi)
(experimental) The HTTP API to which this stage is associated.
|
HttpAuthorizer.Builder |
HttpAuthorizer.Builder.httpApi(IHttpApi httpApi)
(experimental) HTTP Api to attach the authorizer to.
|
HttpStageProps.Builder |
HttpStageProps.Builder.httpApi(IHttpApi httpApi)
Sets the value of
HttpStageProps.getHttpApi() |
HttpIntegrationProps.Builder |
HttpIntegrationProps.Builder.httpApi(IHttpApi httpApi)
Sets the value of
HttpIntegrationProps.getHttpApi() |
HttpIntegration.Builder |
HttpIntegration.Builder.httpApi(IHttpApi httpApi)
(experimental) The HTTP API to which this integration should be bound.
|
HttpAuthorizerProps.Builder |
HttpAuthorizerProps.Builder.httpApi(IHttpApi httpApi)
Sets the value of
HttpAuthorizerProps.getHttpApi() |
Copyright © 2022. All rights reserved.