@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:02.499Z") @Stability(value=Experimental) public interface HttpApiMappingProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
HttpApiMappingProps.Builder
A builder for
HttpApiMappingProps |
static class |
HttpApiMappingProps.Jsii$Proxy
An implementation for
HttpApiMappingProps |
| Modifier and Type | Method and Description |
|---|---|
static HttpApiMappingProps.Builder |
builder() |
IHttpApi |
getApi()
(experimental) The HttpApi to which this mapping is applied.
|
default String |
getApiMappingKey()
(experimental) Api mapping key.
|
IDomainName |
getDomainName()
(experimental) custom domain name of the mapping target.
|
default IHttpStage |
getStage()
(experimental) stage for the HttpApiMapping resource.
|
@Stability(value=Experimental) @NotNull IHttpApi 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 IHttpStage getStage()
Default: - the $default stage
@Stability(value=Experimental) static HttpApiMappingProps.Builder builder()
HttpApiMappingProps.Builder of HttpApiMappingPropsCopyright © 2020. All rights reserved.