@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:29:21.427Z") @Stability(value=Experimental) public interface IHttpRoute extends software.amazon.jsii.JsiiSerializable, IRoute
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IHttpRoute.Jsii$Default
Internal default implementation for
IHttpRoute. |
static class |
IHttpRoute.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
IHttpApi |
getHttpApi()
(experimental) The HTTP API associated with this route.
|
default String |
getPath()
(experimental) Returns the path component of this HTTP route, `undefined` if the path is the catch-all route.
|
getRouteIdgetNode@Stability(value=Experimental) @NotNull IHttpApi getHttpApi()
@Stability(value=Experimental) @Nullable default String getPath()
Copyright © 2021. All rights reserved.