@Generated(value="jsii-pacmak/1.31.0 (build 6fa403d)", date="2021-08-11T10:32:10.416Z") @Stability(value=Experimental) public interface HttpGatewayRouteSpecOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
HttpGatewayRouteSpecOptions.Builder
A builder for
HttpGatewayRouteSpecOptions |
static class |
HttpGatewayRouteSpecOptions.Jsii$Proxy
An implementation for
HttpGatewayRouteSpecOptions |
| Modifier and Type | Method and Description |
|---|---|
static HttpGatewayRouteSpecOptions.Builder |
builder() |
default HttpGatewayRouteMatch |
getMatch()
(experimental) The criterion for determining a request match for this GatewayRoute.
|
IVirtualService |
getRouteTarget()
(experimental) The VirtualService this GatewayRoute directs traffic to.
|
@Stability(value=Experimental) @NotNull IVirtualService getRouteTarget()
@Stability(value=Experimental) @Nullable default HttpGatewayRouteMatch getMatch()
When path match is defined, this may optionally determine the path rewrite configuration.
Default: - matches any path and automatically rewrites the path to '/'
@Stability(value=Experimental) static HttpGatewayRouteSpecOptions.Builder builder()
Copyright © 2021. All rights reserved.