Interface CfnGatewayRoute.IHttpGatewayRoutePrefixRewriteProperty
An object representing the beginning characters of the route to rewrite.
Namespace: Amazon.CDK.AWS.AppMesh
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IHttpGatewayRoutePrefixRewriteProperty
Syntax (vb)
Public Interface IHttpGatewayRoutePrefixRewriteProperty
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 httpGatewayRoutePrefixRewriteProperty = new HttpGatewayRoutePrefixRewriteProperty {
DefaultPrefix = "defaultPrefix",
Value = "value"
};
Synopsis
Properties
DefaultPrefix | The default prefix used to replace the incoming route prefix when rewritten. |
Value | The value used to replace the incoming route prefix when rewritten. |
Properties
DefaultPrefix
The default prefix used to replace the incoming route prefix when rewritten.
virtual string DefaultPrefix { get; }
Property Value
System.String
Remarks
Value
The value used to replace the incoming route prefix when rewritten.
virtual string Value { get; }
Property Value
System.String