Interface CfnGatewayRoute.IGatewayRouteHostnameRewriteProperty
An object representing the gateway route host name to rewrite.
Namespace: Amazon.CDK.AWS.AppMesh
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IGatewayRouteHostnameRewriteProperty
Syntax (vb)
Public Interface IGatewayRouteHostnameRewriteProperty
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 gatewayRouteHostnameRewriteProperty = new GatewayRouteHostnameRewriteProperty {
DefaultTargetHostname = "defaultTargetHostname"
};
Synopsis
Properties
DefaultTargetHostname | The default target host name to write to. |
Properties
DefaultTargetHostname
The default target host name to write to.
virtual string DefaultTargetHostname { get; }
Property Value
System.String