

This is the new *Amazon CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [Amazon CloudFormation User Guide](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::AppMesh::GatewayRoute HttpGatewayRoutePathRewrite
<a name="aws-properties-appmesh-gatewayroute-httpgatewayroutepathrewrite"></a>

An object that represents the path to rewrite.

## Syntax
<a name="aws-properties-appmesh-gatewayroute-httpgatewayroutepathrewrite-syntax"></a>

To declare this entity in your Amazon CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-appmesh-gatewayroute-httpgatewayroutepathrewrite-syntax.json"></a>

```
{
  "[Exact](#cfn-appmesh-gatewayroute-httpgatewayroutepathrewrite-exact)" : {{String}}
}
```

### YAML
<a name="aws-properties-appmesh-gatewayroute-httpgatewayroutepathrewrite-syntax.yaml"></a>

```
  [Exact](#cfn-appmesh-gatewayroute-httpgatewayroutepathrewrite-exact): {{String}}
```

## Properties
<a name="aws-properties-appmesh-gatewayroute-httpgatewayroutepathrewrite-properties"></a>

`Exact`  <a name="cfn-appmesh-gatewayroute-httpgatewayroutepathrewrite-exact"></a>
The exact path to rewrite.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `255`  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)