amazonka-elb-2.0: Amazon Elastic Load Balancing SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
ToQuery ConnectionSettings Source # 
Instance details

Defined in Amazonka.ELB.Types.ConnectionSettings

FromXML 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 #

Read ConnectionSettings Source # 
Instance details

Defined in Amazonka.ELB.Types.ConnectionSettings

Show ConnectionSettings Source # 
Instance details

Defined in Amazonka.ELB.Types.ConnectionSettings

NFData ConnectionSettings Source # 
Instance details

Defined in Amazonka.ELB.Types.ConnectionSettings

Methods

rnf :: ConnectionSettings -> () #

Eq ConnectionSettings Source # 
Instance details

Defined in Amazonka.ELB.Types.ConnectionSettings

Hashable 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" "amazonka-elb-2.0-9cSN5cNCwnD5ZanKSOxHTf" '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.