| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigatewayv2 |
| Modifier and Type | Method and Description |
|---|---|
HttpApi.Builder |
HttpApi.Builder.apiName(String apiName)
(experimental) Name for the HTTP API resoruce.
|
HttpApi.Builder |
HttpApi.Builder.corsPreflight(CorsPreflightOptions corsPreflight)
(experimental) Specifies a CORS configuration for an API.
|
static HttpApi.Builder |
HttpApi.Builder.create(software.constructs.Construct scope,
String id) |
HttpApi.Builder |
HttpApi.Builder.createDefaultStage(Boolean createDefaultStage)
(experimental) Whether a default stage and deployment should be automatically created.
|
HttpApi.Builder |
HttpApi.Builder.defaultDomainMapping(DefaultDomainMappingOptions defaultDomainMapping)
(experimental) Configure a custom domain with the API mapping resource to the HTTP API.
|
HttpApi.Builder |
HttpApi.Builder.defaultIntegration(IHttpRouteIntegration defaultIntegration)
(experimental) An integration that will be configured on the catch-all route ($default).
|
HttpApi.Builder |
HttpApi.Builder.description(String description)
(experimental) The description of the API.
|
Copyright © 2020. All rights reserved.