stratosphere-0.2.0: EDSL for AWS CloudFormation

Safe HaskellNone
LanguageHaskell2010

Stratosphere.ResourceProperties.ConnectionSettings

Description

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.

Synopsis

Documentation

data ConnectionSettings Source #

Full data type definition for ConnectionSettings. See connectionSettings for a more convenient constructor.

connectionSettings Source #

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.