Interface CfnGatewayRoutePropsMixin.GrpcGatewayRouteRewriteProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnGatewayRoutePropsMixin.GrpcGatewayRouteRewriteProperty.Jsii$Proxy
- Enclosing class:
CfnGatewayRoutePropsMixin
@Stability(Stable)
public static interface CfnGatewayRoutePropsMixin.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.cfnpropertymixins.services.appmesh.*;
GrpcGatewayRouteRewriteProperty grpcGatewayRouteRewriteProperty = GrpcGatewayRouteRewriteProperty.builder()
.hostname(GatewayRouteHostnameRewriteProperty.builder()
.defaultTargetHostname("defaultTargetHostname")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnGatewayRoutePropsMixin.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
IResolvableorCfnGatewayRoutePropsMixin.GatewayRouteHostnameRewriteProperty- See Also:
-
builder
@Stability(Stable) static CfnGatewayRoutePropsMixin.GrpcGatewayRouteRewriteProperty.Builder builder()
-