VirtualRouterAttributes¶
-
class
aws_cdk.aws_appmesh.
VirtualRouterAttributes
(*, mesh, virtual_router_name)¶ Bases:
object
(experimental) Interface with properties ncecessary to import a reusable VirtualRouter.
- Parameters
mesh (
IMesh
) – (experimental) The Mesh which the VirtualRouter belongs to.virtual_router_name (
str
) – (experimental) The name of the VirtualRouter.
- Stability
experimental
Attributes
-
mesh
¶ (experimental) The Mesh which the VirtualRouter belongs to.
- Stability
experimental
- Return type
-
virtual_router_name
¶ (experimental) The name of the VirtualRouter.
- Stability
experimental
- Return type
str