| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.AppMesh.Types.TcpTimeout
Description
Synopsis
- data TcpTimeout = TcpTimeout' {}
- newTcpTimeout :: TcpTimeout
- tcpTimeout_idle :: Lens' TcpTimeout (Maybe Duration)
Documentation
data TcpTimeout Source #
An object that represents types of timeouts.
See: newTcpTimeout smart constructor.
Constructors
| TcpTimeout' | |
Instances
newTcpTimeout :: TcpTimeout Source #
Create a value of TcpTimeout with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:idle:TcpTimeout', tcpTimeout_idle - An object that represents an idle timeout. An idle timeout bounds the
amount of time that a connection may be idle. The default value is none.
tcpTimeout_idle :: Lens' TcpTimeout (Maybe Duration) Source #
An object that represents an idle timeout. An idle timeout bounds the amount of time that a connection may be idle. The default value is none.