Interface CfnGatewayRoute.IGrpcGatewayRouteRewriteProperty
An object that represents the gateway route to rewrite.
Namespace: Amazon.CDK.AWS.AppMesh
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IGrpcGatewayRouteRewriteProperty
Syntax (vb)
Public Interface IGrpcGatewayRouteRewriteProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.AppMesh;
var grpcGatewayRouteRewriteProperty = new GrpcGatewayRouteRewriteProperty {
Hostname = new GatewayRouteHostnameRewriteProperty {
DefaultTargetHostname = "defaultTargetHostname"
}
};
Synopsis
Properties
Hostname | The host name of the gateway route to rewrite. |
Properties
Hostname
The host name of the gateway route to rewrite.
virtual object Hostname { get; }
Property Value
System.Object