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 GrpcRoute
An object that represents a gRPC route type.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Action" :GrpcRouteAction, "Match" :GrpcRouteMatch, "RetryPolicy" :GrpcRetryPolicy, "Timeout" :GrpcTimeout}
YAML
Action:GrpcRouteActionMatch:GrpcRouteMatchRetryPolicy:GrpcRetryPolicyTimeout:GrpcTimeout
Properties
- Action
- 
                    An object that represents the action to take if a match is determined. Required: Yes Type: GrpcRouteAction Update requires: No interruption 
- Match
- 
                    An object that represents the criteria for determining a request match. Required: Yes Type: GrpcRouteMatch Update requires: No interruption 
- RetryPolicy
- 
                    An object that represents a retry policy. Required: No Type: GrpcRetryPolicy Update requires: No interruption 
- Timeout
- 
                    An object that represents types of timeouts. Required: No Type: GrpcTimeout Update requires: No interruption