@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:46.010Z") @Stability(value=Experimental) public interface BasePathMappingOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
BasePathMappingOptions.Builder
A builder for
BasePathMappingOptions |
static class |
BasePathMappingOptions.Jsii$Proxy
An implementation for
BasePathMappingOptions |
| Modifier and Type | Method and Description |
|---|---|
static BasePathMappingOptions.Builder |
builder() |
default String |
getBasePath()
(experimental) The base path name that callers of the API must provide in the URL after the domain name (e.g.
|
default Stage |
getStage()
(experimental) The Deployment stage of API [disable-awslint:ref-via-interface].
|
@Stability(value=Experimental) @Nullable default String getBasePath()
Default: - map requests from the domain root (e.g. `example.com`). If this is undefined, no additional mappings will be allowed on this domain name.
@Stability(value=Experimental) @Nullable default Stage getStage()
Default: - map to deploymentStage of restApi otherwise stage needs to pass in URL
@Stability(value=Experimental) static BasePathMappingOptions.Builder builder()
BasePathMappingOptions.Builder of BasePathMappingOptionsCopyright © 2021. All rights reserved.