Interface CfnGatewayRoute.GrpcGatewayRouteRewriteProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnGatewayRoute.GrpcGatewayRouteRewriteProperty.Jsii$Proxy
- Enclosing class:
CfnGatewayRoute
@Stability(Stable)
public static interface CfnGatewayRoute.GrpcGatewayRouteRewriteProperty
extends software.amazon.jsii.JsiiSerializable
An object that represents the gateway route to rewrite.
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();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnGatewayRoute.GrpcGatewayRouteRewritePropertystatic final classAn implementation forCfnGatewayRoute.GrpcGatewayRouteRewriteProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getHostname
The host name of the gateway route to rewrite.Returns union: either
IResolvableorCfnGatewayRoute.GatewayRouteHostnameRewriteProperty- See Also:
-
builder
-