public static interface CfnGatewayRoute.GrpcGatewayRouteRewriteProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.appmesh.*; GrpcGatewayRouteRewriteProperty grpcGatewayRouteRewriteProperty = GrpcGatewayRouteRewriteProperty.builder() .hostname(GatewayRouteHostnameRewriteProperty.builder() .defaultTargetHostname("defaultTargetHostname") .build()) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnGatewayRoute.GrpcGatewayRouteRewriteProperty.Builder
A builder for
CfnGatewayRoute.GrpcGatewayRouteRewriteProperty |
static class |
CfnGatewayRoute.GrpcGatewayRouteRewriteProperty.Jsii$Proxy
An implementation for
CfnGatewayRoute.GrpcGatewayRouteRewriteProperty |
Modifier and Type | Method and Description |
---|---|
static CfnGatewayRoute.GrpcGatewayRouteRewriteProperty.Builder |
builder() |
default java.lang.Object |
getHostname()
The host name of the gateway route to rewrite.
|
default java.lang.Object getHostname()
static CfnGatewayRoute.GrpcGatewayRouteRewriteProperty.Builder builder()