aws-cdk-lib.aws_appmesh.CfnGatewayRoute.HttpGatewayRoutePrefixRewriteProperty

interface HttpGatewayRoutePrefixRewriteProperty

LanguageType name
.NETAmazon.CDK.AWS.AppMesh.CfnGatewayRoute.HttpGatewayRoutePrefixRewriteProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappmesh#CfnGatewayRoute_HttpGatewayRoutePrefixRewriteProperty
Javasoftware.amazon.awscdk.services.appmesh.CfnGatewayRoute.HttpGatewayRoutePrefixRewriteProperty
Pythonaws_cdk.aws_appmesh.CfnGatewayRoute.HttpGatewayRoutePrefixRewriteProperty
TypeScript aws-cdk-lib » aws_appmesh » CfnGatewayRoute » HttpGatewayRoutePrefixRewriteProperty

An object representing the beginning characters of the route to rewrite.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_appmesh as appmesh } from 'aws-cdk-lib';
const httpGatewayRoutePrefixRewriteProperty: appmesh.CfnGatewayRoute.HttpGatewayRoutePrefixRewriteProperty = {
  defaultPrefix: 'defaultPrefix',
  value: 'value',
};

Properties

NameTypeDescription
defaultPrefix?stringThe default prefix used to replace the incoming route prefix when rewritten.
value?stringThe value used to replace the incoming route prefix when rewritten.

defaultPrefix?

Type: string (optional)

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


value?

Type: string (optional)

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