RouteProps¶
-
class
aws_cdk.aws_appmesh.
RouteProps
(*, route_spec, route_name=None, mesh, virtual_router)¶ Bases:
aws_cdk.aws_appmesh.RouteBaseProps
(experimental) Properties to define new Routes.
- Parameters
route_spec (
RouteSpec
) – (experimental) Protocol specific spec.route_name (
Optional
[str
]) – (experimental) The name of the route. Default: - An automatically generated namemesh (
IMesh
) – (experimental) The service mesh to define the route in.virtual_router (
IVirtualRouter
) – (experimental) The VirtualRouter the Route belongs to.
- Stability
experimental
Attributes
-
mesh
¶ (experimental) The service mesh to define the route in.
- Stability
experimental
- Return type
-
route_name
¶ (experimental) The name of the route.
- Default
An automatically generated name
- Stability
experimental
- Return type
Optional
[str
]
-
virtual_router
¶ (experimental) The VirtualRouter the Route belongs to.
- Stability
experimental
- Return type