Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data ConnectionSettings Source #
Information about the ConnectionSettings
attribute.
See: newConnectionSettings
smart constructor.
ConnectionSettings' | |
|
Instances
newConnectionSettings Source #
Create a value of ConnectionSettings
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:idleTimeout:ConnectionSettings'
, connectionSettings_idleTimeout
- The time, in seconds, that the connection is allowed to be idle (no data
has been sent over the connection) before it is closed by the load
balancer.
connectionSettings_idleTimeout :: Lens' ConnectionSettings Natural Source #
The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.