TcpTimeout¶
-
class
aws_cdk.aws_appmesh.
TcpTimeout
(*, idle=None)¶ Bases:
object
(experimental) Represents timeouts for TCP protocols.
- Parameters
idle (
Optional
[Duration
]) – (experimental) Represents an idle timeout. The amount of time that a connection may be idle. Default: - none- Stability
experimental
Attributes