@Generated(value="jsii-pacmak/1.39.0 (build 8af72c2)", date="2021-10-13T21:02:01.202Z") @Stability(value=Experimental) public class HttpRoute extends Resource implements IHttpRoute
| Modifier and Type | Class and Description |
|---|---|
static class |
HttpRoute.Builder
(experimental) A fluent builder for
HttpRoute. |
software.amazon.jsii.JsiiObject.InitializationModeIHttpRoute.Jsii$Default, IHttpRoute.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
HttpRoute(software.constructs.Construct scope,
String id,
HttpRouteProps props) |
protected |
HttpRoute(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
HttpRoute(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
IHttpApi |
getHttpApi()
(experimental) The HTTP API associated with this route.
|
String |
getPath()
(experimental) Returns the path component of this HTTP route, `undefined` if the path is the catch-all route.
|
String |
getRouteId()
(experimental) Id of the Route.
|
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResourcejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected HttpRoute(software.amazon.jsii.JsiiObjectRef objRef)
protected HttpRoute(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public HttpRoute(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
HttpRouteProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.@Stability(value=Experimental) @NotNull public IHttpApi getHttpApi()
getHttpApi in interface IHttpRoute@Stability(value=Experimental) @NotNull public String getRouteId()
getRouteId in interface IRoute@Stability(value=Experimental) @Nullable public String getPath()
getPath in interface IHttpRouteCopyright © 2021. All rights reserved.