This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::AppMesh::Route HttpPathMatch
An object representing the path to match in the request.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
Properties
- Exact
- 
                    The exact path to match on. Required: No Type: String Minimum: 1Maximum: 255Update requires: No interruption 
- Regex
- 
                    The regex used to match the path. Required: No Type: String Minimum: 1Maximum: 255Update requires: No interruption