@Stability(value=Experimental) @Internal public static final class BasePathMappingProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BasePathMappingProps
BasePathMappingPropssoftware.amazon.jsii.JsiiObject.InitializationModeBasePathMappingProps.Builder, BasePathMappingProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(IDomainName domainName,
IRestApi restApi,
String basePath,
Stage stage)
Constructor that initializes the object based on literal property values passed by the
BasePathMappingProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getBasePath()
(experimental) The base path name that callers of the API must provide in the URL after the domain name (e.g.
|
IDomainName |
getDomainName()
(experimental) The DomainName to associate with this base path mapping.
|
IRestApi |
getRestApi()
(experimental) The RestApi resource to target.
|
Stage |
getStage()
(experimental) The Deployment stage of API [disable-awslint:ref-via-interface].
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(IDomainName domainName, IRestApi restApi, String basePath, Stage stage)
BasePathMappingProps.Builder.public final IDomainName getDomainName()
BasePathMappingPropsgetDomainName in interface BasePathMappingPropspublic final IRestApi getRestApi()
BasePathMappingPropsgetRestApi in interface BasePathMappingPropspublic final String getBasePath()
BasePathMappingOptionsDefault: - map requests from the domain root (e.g. `example.com`). If this is undefined, no additional mappings will be allowed on this domain name.
getBasePath in interface BasePathMappingOptionspublic final Stage getStage()
BasePathMappingOptionsDefault: - map to deploymentStage of restApi otherwise stage needs to pass in URL
getStage in interface BasePathMappingOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.