amazonka-elasticbeanstalk-2.0: Amazon Elastic Beanstalk 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.ElasticBeanstalk.Types.Listener

Description

 
Synopsis

Documentation

data Listener Source #

Describes the properties of a Listener for the LoadBalancer.

See: newListener smart constructor.

Constructors

Listener' 

Fields

Instances

Instances details
FromXML Listener Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Listener

Generic Listener Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Listener

Associated Types

type Rep Listener :: Type -> Type #

Methods

from :: Listener -> Rep Listener x #

to :: Rep Listener x -> Listener #

Read Listener Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Listener

Show Listener Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Listener

NFData Listener Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Listener

Methods

rnf :: Listener -> () #

Eq Listener Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Listener

Hashable Listener Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Listener

Methods

hashWithSalt :: Int -> Listener -> Int #

hash :: Listener -> Int #

type Rep Listener Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Listener

type Rep Listener = D1 ('MetaData "Listener" "Amazonka.ElasticBeanstalk.Types.Listener" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'False) (C1 ('MetaCons "Listener'" 'PrefixI 'True) (S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "protocol") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newListener :: Listener Source #

Create a value of Listener 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:port:Listener', listener_port - The port that is used by the Listener.

$sel:protocol:Listener', listener_protocol - The protocol that is used by the Listener.

listener_port :: Lens' Listener (Maybe Int) Source #

The port that is used by the Listener.

listener_protocol :: Lens' Listener (Maybe Text) Source #

The protocol that is used by the Listener.