@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:29:21.386Z") @Stability(value=Experimental) public interface ApiMappingProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
ApiMappingProps.Builder
A builder for
ApiMappingProps |
static class |
ApiMappingProps.Jsii$Proxy
An implementation for
ApiMappingProps |
| Modifier and Type | Method and Description |
|---|---|
static ApiMappingProps.Builder |
builder() |
IApi |
getApi()
(experimental) The Api to which this mapping is applied.
|
default String |
getApiMappingKey()
(experimental) Api mapping key.
|
IDomainName |
getDomainName()
(experimental) custom domain name of the mapping target.
|
default IStage |
getStage()
(experimental) stage for the ApiMapping resource required for WebSocket API defaults to default stage of an HTTP API.
|
@Stability(value=Experimental) @NotNull IApi getApi()
@Stability(value=Experimental) @NotNull IDomainName getDomainName()
@Stability(value=Experimental) @Nullable default String getApiMappingKey()
The path where this stage should be mapped to on the domain
Default: - undefined for the root path mapping.
@Stability(value=Experimental) @Nullable default IStage getStage()
Default: - Default stage of the passed API for HTTP API, required for WebSocket API
@Stability(value=Experimental) static ApiMappingProps.Builder builder()
ApiMappingProps.Builder of ApiMappingPropsCopyright © 2021. All rights reserved.