Uses of Interface
software.amazon.awscdk.services.apigatewayv2.DomainMappingOptions
Package
Description
AWS::APIGatewayv2 Construct Library
-
Uses of DomainMappingOptions in software.amazon.awscdk.services.apigatewayv2
Modifier and TypeMethodDescriptionDomainMappingOptions.Builder.build()
Builds the configured instance.default DomainMappingOptions
HttpApiProps.getDefaultDomainMapping()
(experimental) Configure a custom domain with the API mapping resource to the HTTP API.final DomainMappingOptions
HttpApiProps.Jsii$Proxy.getDefaultDomainMapping()
final DomainMappingOptions
HttpStageOptions.Jsii$Proxy.getDomainMapping()
final DomainMappingOptions
HttpStageProps.Jsii$Proxy.getDomainMapping()
default DomainMappingOptions
StageOptions.getDomainMapping()
(experimental) The options for custom domain and api mapping.final DomainMappingOptions
StageOptions.Jsii$Proxy.getDomainMapping()
final DomainMappingOptions
WebSocketStageProps.Jsii$Proxy.getDomainMapping()
Modifier and TypeMethodDescriptionHttpApi.Builder.defaultDomainMapping
(DomainMappingOptions defaultDomainMapping) (experimental) Configure a custom domain with the API mapping resource to the HTTP API.HttpApiProps.Builder.defaultDomainMapping
(DomainMappingOptions defaultDomainMapping) Sets the value ofHttpApiProps.getDefaultDomainMapping()
HttpStage.Builder.domainMapping
(DomainMappingOptions domainMapping) (experimental) The options for custom domain and api mapping.HttpStageOptions.Builder.domainMapping
(DomainMappingOptions domainMapping) Sets the value ofStageOptions.getDomainMapping()
HttpStageProps.Builder.domainMapping
(DomainMappingOptions domainMapping) Sets the value ofStageOptions.getDomainMapping()
StageOptions.Builder.domainMapping
(DomainMappingOptions domainMapping) Sets the value ofStageOptions.getDomainMapping()
WebSocketStage.Builder.domainMapping
(DomainMappingOptions domainMapping) (experimental) The options for custom domain and api mapping.WebSocketStageProps.Builder.domainMapping
(DomainMappingOptions domainMapping) Sets the value ofStageOptions.getDomainMapping()