interface HttpGatewayRoutePathRewriteProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.AppMesh.Mixins.CfnGatewayRoutePropsMixin.HttpGatewayRoutePathRewriteProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsappmesh/mixins#CfnGatewayRoutePropsMixin_HttpGatewayRoutePathRewriteProperty |
Java | software.amazon.awscdk.mixins.preview.services.appmesh.mixins.CfnGatewayRoutePropsMixin.HttpGatewayRoutePathRewriteProperty |
Python | aws_cdk.mixins_preview.aws_appmesh.mixins.CfnGatewayRoutePropsMixin.HttpGatewayRoutePathRewriteProperty |
TypeScript | @aws-cdk/mixins-preview » aws_appmesh » mixins » CfnGatewayRoutePropsMixin » 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 { mixins as appmesh_mixins } from '@aws-cdk/mixins-preview/aws-appmesh';
const httpGatewayRoutePathRewriteProperty: appmesh_mixins.CfnGatewayRoutePropsMixin.HttpGatewayRoutePathRewriteProperty = {
exact: 'exact',
};
Properties
| Name | Type | Description |
|---|---|---|
| exact? | string | The exact path to rewrite. |
exact?
Type:
string
(optional)
The exact path to rewrite.

.NET
Go
Java
Python
TypeScript