GrpcGatewayRouteMatch¶
-
class
aws_cdk.aws_appmesh.
GrpcGatewayRouteMatch
(*, service_name)¶ Bases:
object
(experimental) The criterion for determining a request match for this GatewayRoute.
- Parameters
service_name (
str
) – (experimental) The fully qualified domain name for the service to match from the request.- Stability
experimental
Attributes
-
service_name
¶ (experimental) The fully qualified domain name for the service to match from the request.
- Stability
experimental
- Return type
str