Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-gatewayroute-httpgatewayrouteprefixrewrite.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 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.

string? DefaultPrefix { get; }
Property Value

string

Remarks

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

Value

The value used to replace the incoming route prefix when rewritten.

string? Value { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX