libZSservicesZSamazonka-elbZSamazonka-elb
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ELB.Types.ConnectionSettings

Description

 
Synopsis

Documentation

data ConnectionSettings Source #

Information about the ConnectionSettings attribute.

See: newConnectionSettings smart constructor.

Constructors

ConnectionSettings' 

Fields

  • idleTimeout :: Natural

    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.

Instances

Instances details
Eq ConnectionSettings Source # 
Instance details

Defined in Amazonka.ELB.Types.ConnectionSettings

Read ConnectionSettings Source # 
Instance details

Defined in Amazonka.ELB.Types.ConnectionSettings

Show ConnectionSettings Source # 
Instance details

Defined in Amazonka.ELB.Types.ConnectionSettings

Generic ConnectionSettings Source # 
Instance details

Defined in Amazonka.ELB.Types.ConnectionSettings

Associated Types

type Rep ConnectionSettings :: Type -> Type #

NFData ConnectionSettings Source # 
Instance details

Defined in Amazonka.ELB.Types.ConnectionSettings

Methods

rnf :: ConnectionSettings -> () #

Hashable ConnectionSettings Source # 
Instance details

Defined in Amazonka.ELB.Types.ConnectionSettings

ToQuery ConnectionSettings Source # 
Instance details

Defined in Amazonka.ELB.Types.ConnectionSettings

FromXML ConnectionSettings Source # 
Instance details

Defined in Amazonka.ELB.Types.ConnectionSettings

type Rep ConnectionSettings Source # 
Instance details

Defined in Amazonka.ELB.Types.ConnectionSettings

type Rep ConnectionSettings = D1 ('MetaData "ConnectionSettings" "Amazonka.ELB.Types.ConnectionSettings" "libZSservicesZSamazonka-elbZSamazonka-elb" 'False) (C1 ('MetaCons "ConnectionSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "idleTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))

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.