Show / Hide Table of Contents

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 CfnGatewayRoute.IGatewayRouteHostnameRewriteProperty
Syntax (vb)
Public Interface CfnGatewayRoute.IGatewayRouteHostnameRewriteProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-gatewayroute-gatewayroutehostnamerewrite.html

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.

string? DefaultTargetHostname { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-gatewayroute-gatewayroutehostnamerewrite.html#cfn-appmesh-gatewayroute-gatewayroutehostnamerewrite-defaulttargethostname

Back to top Generated by DocFX