routeSelectionExpression property

String? routeSelectionExpression
final

The route selection expression for the API. For HTTP APIs, the routeSelectionExpression must be ${request.method} ${request.path}. If not provided, this will be the default for HTTP APIs. This property is required for WebSocket APIs.

Implementation

final String? routeSelectionExpression;