Safe Haskell | None |
---|---|
Language | Haskell2010 |
ConnectionSettings is a property of the AWS::ElasticLoadBalancing::LoadBalancer resource that describes how long the front-end and back-end connections of your load balancer can remain idle. For more information, see Configure Idle Connection Timeout in the Elastic Load Balancing Developer Guide.
Documentation
data ConnectionSettings Source
Full data type definition for ConnectionSettings. See
connectionSettings
for a more convenient constructor.
Constructor for ConnectionSettings
containing required fields as
arguments.
csIdleTimeout :: Lens' ConnectionSettings (Val Integer') Source
The time (in seconds) that a connection to the load balancer can remain idle, which means no data is sent over the connection. After the specified time, the load balancer closes the connection.