| Package | Description |
|---|---|
| software.amazon.awscdk.services.appmesh |
AWS App Mesh Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
HttpRouteMatch.Jsii$Proxy
An implementation for
HttpRouteMatch |
| Modifier and Type | Method and Description |
|---|---|
HttpRouteMatch |
HttpRouteMatch.Builder.build()
Builds the configured instance.
|
default HttpRouteMatch |
HttpRouteSpecOptions.getMatch()
(experimental) The criterion for determining a request match for this Route.
|
HttpRouteMatch |
HttpRouteSpecOptions.Jsii$Proxy.getMatch() |
| Modifier and Type | Method and Description |
|---|---|
HttpRouteSpecOptions.Builder |
HttpRouteSpecOptions.Builder.match(HttpRouteMatch match)
Sets the value of
HttpRouteSpecOptions.getMatch() |
| Constructor and Description |
|---|
Jsii$Proxy(List<? extends WeightedTarget> weightedTargets,
HttpRouteMatch match,
HttpRetryPolicy retryPolicy,
HttpTimeout timeout,
Number priority)
Constructor that initializes the object based on literal property values passed by the
HttpRouteSpecOptions.Builder. |
Copyright © 2021. All rights reserved.