RouteSpec - Amazon App Mesh
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

RouteSpec

An object that represents a route specification. Specify one route type.

Contents

grpcRoute

An object that represents the specification of a gRPC route.

Type: GrpcRoute object

Required: No

http2Route

An object that represents the specification of an HTTP/2 route.

Type: HttpRoute object

Required: No

httpRoute

An object that represents the specification of an HTTP route.

Type: HttpRoute object

Required: No

priority

The priority for the route. Routes are matched based on the specified value, where 0 is the highest priority.

Type: Integer

Valid Range: Minimum value of 0. Maximum value of 1000.

Required: No

tcpRoute

An object that represents the specification of a TCP route.

Type: TcpRoute object

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: