@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:29:21.421Z") @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, isResourcegetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetNodeprotected 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.