RouteAttributes¶
-
class
aws_cdk.aws_appmesh.
RouteAttributes
(*, route_name, virtual_router)¶ Bases:
object
(experimental) Interface with properties ncecessary to import a reusable Route.
- Parameters
route_name (
str
) – (experimental) The name of the Route.virtual_router (
IVirtualRouter
) – (experimental) The VirtualRouter the Route belongs to.
- Stability
experimental
Attributes
-
route_name
¶ (experimental) The name of the Route.
- Stability
experimental
- Return type
str
-
virtual_router
¶ (experimental) The VirtualRouter the Route belongs to.
- Stability
experimental
- Return type