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.
AWS::AppMesh::Route TcpRoute
An object that represents a TCP route type.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Action" :TcpRouteAction, "Match" :TcpRouteMatch, "Timeout" :TcpTimeout}
Properties
- Action
- 
                    The action to take if a match is determined. Required: Yes Type: TcpRouteAction Update requires: No interruption 
- Match
- 
                    An object that represents the criteria for determining a request match. Required: No Type: TcpRouteMatch Update requires: No interruption 
- Timeout
- 
                    An object that represents types of timeouts. Required: No Type: TcpTimeout Update requires: No interruption