| Package | Description |
|---|---|
| software.amazon.awscdk.services.appmesh |
AWS App Mesh Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static GatewayRouteHostnameMatch |
GatewayRouteHostnameMatch.endsWith(String suffix)
(experimental) The value of the host name with the given name must end with the specified characters.
|
static GatewayRouteHostnameMatch |
GatewayRouteHostnameMatch.exactly(String name)
(experimental) The value of the host name must match the specified value exactly.
|
default GatewayRouteHostnameMatch |
GrpcGatewayRouteMatch.getHostname()
(experimental) Create host name based gRPC gateway route match.
|
GatewayRouteHostnameMatch |
GrpcGatewayRouteMatch.Jsii$Proxy.getHostname() |
default GatewayRouteHostnameMatch |
HttpGatewayRouteMatch.getHostname()
(experimental) The gateway route host name to be matched on.
|
GatewayRouteHostnameMatch |
HttpGatewayRouteMatch.Jsii$Proxy.getHostname() |
| Modifier and Type | Method and Description |
|---|---|
GrpcGatewayRouteMatch.Builder |
GrpcGatewayRouteMatch.Builder.hostname(GatewayRouteHostnameMatch hostname)
Sets the value of
GrpcGatewayRouteMatch.getHostname() |
HttpGatewayRouteMatch.Builder |
HttpGatewayRouteMatch.Builder.hostname(GatewayRouteHostnameMatch hostname)
Sets the value of
HttpGatewayRouteMatch.getHostname() |
| Constructor and Description |
|---|
Jsii$Proxy(GatewayRouteHostnameMatch hostname,
List<? extends HeaderMatch> metadata,
Boolean rewriteRequestHostname,
String serviceName)
Constructor that initializes the object based on literal property values passed by the
GrpcGatewayRouteMatch.Builder. |
Jsii$Proxy(List<? extends HeaderMatch> headers,
GatewayRouteHostnameMatch hostname,
HttpRouteMethod method,
HttpGatewayRoutePathMatch path,
List<? extends QueryParameterMatch> queryParameters,
Boolean rewriteRequestHostname)
Constructor that initializes the object based on literal property values passed by the
HttpGatewayRouteMatch.Builder. |
Copyright © 2021. All rights reserved.