TcpRouteSpecOptions¶
-
class
aws_cdk.aws_appmesh.
TcpRouteSpecOptions
(*, weighted_targets, timeout=None)¶ Bases:
object
(experimental) Properties specific for a TCP Based Routes.
- Parameters
weighted_targets (
List
[WeightedTarget
]) – (experimental) List of targets that traffic is routed to when a request matches the route.timeout (
Optional
[TcpTimeout
]) – (experimental) An object that represents a tcp timeout. Default: - None
- Stability
experimental
Attributes
-
timeout
¶ (experimental) An object that represents a tcp timeout.
- Default
None
- Stability
experimental
- Return type
Optional
[TcpTimeout
]
-
weighted_targets
¶ (experimental) List of targets that traffic is routed to when a request matches the route.
- Stability
experimental
- Return type
List
[WeightedTarget
]