@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:01.532Z") @Stability(value=Experimental) public interface BasePathMappingProps extends software.amazon.jsii.JsiiSerializable, BasePathMappingOptions
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.apigateway.*;
DomainName domainName;
RestApi restApi;
Stage stage;
BasePathMappingProps basePathMappingProps = BasePathMappingProps.builder()
.domainName(domainName)
.restApi(restApi)
// the properties below are optional
.basePath("basePath")
.stage(stage)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
BasePathMappingProps.Builder
A builder for
BasePathMappingProps |
static class |
BasePathMappingProps.Jsii$Proxy
An implementation for
BasePathMappingProps |
| Modifier and Type | Method and Description |
|---|---|
static BasePathMappingProps.Builder |
builder() |
IDomainName |
getDomainName()
(experimental) The DomainName to associate with this base path mapping.
|
IRestApi |
getRestApi()
(experimental) The RestApi resource to target.
|
getBasePath, getStage@Stability(value=Experimental) @NotNull IDomainName getDomainName()
@Stability(value=Experimental) @NotNull IRestApi getRestApi()
@Stability(value=Experimental) static BasePathMappingProps.Builder builder()
builder in interface BasePathMappingOptionsBasePathMappingProps.Builder of BasePathMappingPropsCopyright © 2022. All rights reserved.