| 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 |
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 |
HttpStageAttributes.getApi()
(experimental) The API to which this stage is associated.
|
IHttpApi |
HttpStageAttributes.Jsii$Proxy.getApi() |
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 |
HttpStageProps.getHttpApi()
(experimental) The HTTP API to which this stage is associated.
|
IHttpApi |
HttpStageProps.Jsii$Proxy.getHttpApi() |
IHttpApi |
HttpRouteProps.getHttpApi()
(experimental) the API the route is associated with.
|
IHttpApi |
HttpRouteProps.Jsii$Proxy.getHttpApi() |
IHttpApi |
HttpIntegration.getHttpApi()
(experimental) The HTTP API associated with this integration.
|
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 |
HttpAuthorizerProps.getHttpApi()
(experimental) HTTP Api to attach the authorizer to.
|
IHttpApi |
HttpAuthorizerProps.Jsii$Proxy.getHttpApi() |
IHttpApi |
HttpIntegrationProps.getHttpApi()
(experimental) The HTTP API to which this integration should be bound.
|
IHttpApi |
HttpIntegrationProps.Jsii$Proxy.getHttpApi() |
IHttpApi |
HttpRoute.getHttpApi()
(experimental) The HTTP API associated with this route.
|
| Modifier and Type | Method and Description |
|---|---|
HttpStageAttributes.Builder |
HttpStageAttributes.Builder.api(IHttpApi api)
Sets the value of
HttpStageAttributes.getApi() |
HttpStageProps.Builder |
HttpStageProps.Builder.httpApi(IHttpApi httpApi)
Sets the value of
HttpStageProps.getHttpApi() |
HttpRouteProps.Builder |
HttpRouteProps.Builder.httpApi(IHttpApi httpApi)
Sets the value of
HttpRouteProps.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() |
HttpAuthorizer.Builder |
HttpAuthorizer.Builder.httpApi(IHttpApi httpApi)
(experimental) HTTP Api to attach the authorizer to.
|
HttpStage.Builder |
HttpStage.Builder.httpApi(IHttpApi httpApi)
(experimental) The HTTP API to which this stage is associated.
|
HttpIntegrationProps.Builder |
HttpIntegrationProps.Builder.httpApi(IHttpApi httpApi)
Sets the value of
HttpIntegrationProps.getHttpApi() |
HttpRoute.Builder |
HttpRoute.Builder.httpApi(IHttpApi httpApi)
(experimental) the API the route is associated with.
|
| Constructor and Description |
|---|
Jsii$Proxy(IHttpApi httpApi,
HttpIntegrationType integrationType,
String integrationUri,
String connectionId,
HttpConnectionType connectionType,
HttpMethod method,
PayloadFormatVersion payloadFormatVersion,
String secureServerName)
Constructor that initializes the object based on literal property values passed by the
HttpIntegrationProps.Builder. |
Jsii$Proxy(IHttpApi httpApi,
HttpRouteKey routeKey,
List<String> authorizationScopes,
IHttpRouteAuthorizer authorizer,
IHttpRouteIntegration integration)
Constructor that initializes the object based on literal property values passed by the
HttpRouteProps.Builder. |
Jsii$Proxy(IHttpApi httpApi,
List<String> identitySource,
HttpAuthorizerType type,
String authorizerName,
String authorizerUri,
Boolean enableSimpleResponses,
List<String> jwtAudience,
String jwtIssuer,
AuthorizerPayloadVersion payloadFormatVersion,
Duration resultsCacheTtl)
Constructor that initializes the object based on literal property values passed by the
HttpAuthorizerProps.Builder. |
Jsii$Proxy(IHttpApi api,
String stageName)
Constructor that initializes the object based on literal property values passed by the
HttpStageAttributes.Builder. |
Jsii$Proxy(IHttpApi httpApi,
String stageName,
Boolean autoDeploy,
DomainMappingOptions domainMapping)
Constructor that initializes the object based on literal property values passed by the
HttpStageProps.Builder. |
Copyright © 2021. All rights reserved.