| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigatewayv2 |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DomainMappingOptions
(experimental) Options for DomainMapping.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultDomainMappingOptions.Jsii$Proxy
An implementation for
DefaultDomainMappingOptions |
static class |
DomainMappingOptions.Jsii$Proxy
An implementation for
DomainMappingOptions |
| Modifier and Type | Method and Description |
|---|---|
DefaultDomainMappingOptions |
DefaultDomainMappingOptions.Builder.build()
Builds the configured instance.
|
default DefaultDomainMappingOptions |
HttpApiProps.getDefaultDomainMapping()
(experimental) Configure a custom domain with the API mapping resource to the HTTP API.
|
DefaultDomainMappingOptions |
HttpApiProps.Jsii$Proxy.getDefaultDomainMapping() |
| Modifier and Type | Method and Description |
|---|---|
HttpApi.Builder |
HttpApi.Builder.defaultDomainMapping(DefaultDomainMappingOptions defaultDomainMapping)
(experimental) Configure a custom domain with the API mapping resource to the HTTP API.
|
HttpApiProps.Builder |
HttpApiProps.Builder.defaultDomainMapping(DefaultDomainMappingOptions defaultDomainMapping)
Sets the value of
HttpApiProps.getDefaultDomainMapping() |
| Constructor and Description |
|---|
Jsii$Proxy(String apiName,
CorsPreflightOptions corsPreflight,
Boolean createDefaultStage,
DefaultDomainMappingOptions defaultDomainMapping,
IHttpRouteIntegration defaultIntegration,
String description)
Constructor that initializes the object based on literal property values passed by the
HttpApiProps.Builder. |
Copyright © 2020. All rights reserved.