RouteBaseProps¶
-
class
aws_cdk.aws_appmesh.
RouteBaseProps
(*, route_spec, route_name=None)¶ Bases:
object
(experimental) Base interface properties for all Routes.
- Parameters
route_spec (
RouteSpec
) – (experimental) Protocol specific spec.route_name (
Optional
[str
]) – (experimental) The name of the route. Default: - An automatically generated name
- Stability
experimental
Attributes
-
route_name
¶ (experimental) The name of the route.
- Default
An automatically generated name
- Stability
experimental
- Return type
Optional
[str
]