| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigatewayv2 |
AWS::APIGatewayv2 Construct Library
|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| 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 |
HttpRoute.getHttpApi()
(experimental) The HTTP API associated with this route.
|
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 |
HttpStageProps.getHttpApi()
(experimental) The HTTP API to which this stage is associated.
|
IHttpApi |
HttpStageProps.Jsii$Proxy.getHttpApi() |
IHttpApi |
HttpAuthorizerProps.getHttpApi()
(experimental) HTTP Api to attach the authorizer to.
|
IHttpApi |
HttpAuthorizerProps.Jsii$Proxy.getHttpApi() |
IHttpApi |
HttpIntegration.getHttpApi()
(experimental) The HTTP API associated with this integration.
|
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 |
HttpRouteProps.getHttpApi()
(experimental) the API the route is associated with.
|
IHttpApi |
HttpRouteProps.Jsii$Proxy.getHttpApi() |
IHttpApi |
HttpIntegrationProps.getHttpApi()
(experimental) The HTTP API to which this integration should be bound.
|
IHttpApi |
HttpIntegrationProps.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.
|
HttpStageProps.Builder |
HttpStageProps.Builder.httpApi(IHttpApi httpApi)
Sets the value of
HttpStageProps.getHttpApi() |
HttpStage.Builder |
HttpStage.Builder.httpApi(IHttpApi httpApi)
(experimental) The HTTP API to which this stage is associated.
|
HttpAuthorizerProps.Builder |
HttpAuthorizerProps.Builder.httpApi(IHttpApi httpApi)
Sets the value of
HttpAuthorizerProps.getHttpApi() |
HttpIntegration.Builder |
HttpIntegration.Builder.httpApi(IHttpApi httpApi)
(experimental) The HTTP API to which this integration should be bound.
|
HttpAuthorizer.Builder |
HttpAuthorizer.Builder.httpApi(IHttpApi httpApi)
(experimental) HTTP Api to attach the authorizer to.
|
HttpRouteProps.Builder |
HttpRouteProps.Builder.httpApi(IHttpApi httpApi)
Sets the value of
HttpRouteProps.getHttpApi() |
HttpIntegrationProps.Builder |
HttpIntegrationProps.Builder.httpApi(IHttpApi httpApi)
Sets the value of
HttpIntegrationProps.getHttpApi() |
| Constructor and Description |
|---|
Jsii$Proxy(IHttpApi httpApi,
HttpIntegrationType integrationType,
String integrationUri,
String connectionId,
HttpConnectionType connectionType,
HttpMethod method,
PayloadFormatVersion payloadFormatVersion)
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,
List<String> jwtAudience,
String jwtIssuer)
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. |
| Modifier and Type | Method and Description |
|---|---|
IHttpApi |
CallApiGatewayHttpApiEndpointProps.getApi()
(experimental) API to call.
|
IHttpApi |
CallApiGatewayHttpApiEndpointProps.Jsii$Proxy.getApi() |
| Modifier and Type | Method and Description |
|---|---|
CallApiGatewayHttpApiEndpointProps.Builder |
CallApiGatewayHttpApiEndpointProps.Builder.api(IHttpApi api)
Sets the value of
CallApiGatewayHttpApiEndpointProps.getApi() |
CallApiGatewayHttpApiEndpoint.Builder |
CallApiGatewayHttpApiEndpoint.Builder.api(IHttpApi api)
(experimental) API to call.
|
| Constructor and Description |
|---|
Jsii$Proxy(IHttpApi api,
String stageName,
HttpMethod method,
String apiPath,
AuthType authType,
TaskInput headers,
TaskInput queryParameters,
TaskInput requestBody,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
CallApiGatewayHttpApiEndpointProps.Builder. |
Copyright © 2021. All rights reserved.