aws-cdk-lib.aws_appmesh.CfnGatewayRoute.HttpGatewayRoutePathRewriteProperty

interface HttpGatewayRoutePathRewriteProperty

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

An object that represents the path 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 httpGatewayRoutePathRewriteProperty: appmesh.CfnGatewayRoute.HttpGatewayRoutePathRewriteProperty = {
  exact: 'exact',
};

Properties

NameTypeDescription
exact?stringThe exact path to rewrite.

exact?

Type: string (optional)

The exact path to rewrite.