GatewayRouteBaseProps¶
-
class
aws_cdk.aws_appmesh.
GatewayRouteBaseProps
(*, route_spec, gateway_route_name=None)¶ Bases:
object
(experimental) Basic configuration properties for a GatewayRoute.
- Parameters
route_spec (
GatewayRouteSpec
) – (experimental) What protocol the route uses.gateway_route_name (
Optional
[str
]) – (experimental) The name of the GatewayRoute. Default: - an automatically generated name
- Stability
experimental
Attributes
-
gateway_route_name
¶ (experimental) The name of the GatewayRoute.
- Default
an automatically generated name
- Stability
experimental
- Return type
Optional
[str
]
-
route_spec
¶ (experimental) What protocol the route uses.
- Stability
experimental
- Return type