AWS::AppMesh::Route GrpcRoute
An object that represents a gRPC route type.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Action" :
GrpcRouteAction
, "Match" :GrpcRouteMatch
, "RetryPolicy" :GrpcRetryPolicy
, "Timeout" :GrpcTimeout
}
YAML
Action:
GrpcRouteAction
Match:GrpcRouteMatch
RetryPolicy:GrpcRetryPolicy
Timeout: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