HttpGatewayRouteSpecOptions¶
-
class
aws_cdk.aws_appmesh.
HttpGatewayRouteSpecOptions
(*, route_target, match=None)¶ Bases:
object
(experimental) Properties specific for HTTP Based GatewayRoutes.
- Parameters
route_target (
IVirtualService
) – (experimental) The VirtualService this GatewayRoute directs traffic to.match (
Optional
[HttpGatewayRouteMatch
]) – (experimental) The criterion for determining a request match for this GatewayRoute. Default: - matches on ‘/’
- Stability
experimental
Attributes
-
match
¶ (experimental) The criterion for determining a request match for this GatewayRoute.
- Default
matches on ‘/’
- Stability
experimental
- Return type
Optional
[HttpGatewayRouteMatch
]
-
route_target
¶ (experimental) The VirtualService this GatewayRoute directs traffic to.
- Stability
experimental
- Return type