libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk
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.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
Eq Listener Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Listener

Read Listener Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Listener

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

NFData Listener Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Listener

Methods

rnf :: Listener -> () #

Hashable Listener Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Listener

Methods

hashWithSalt :: Int -> Listener -> Int #

hash :: Listener -> Int #

FromXML Listener Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Listener

type Rep Listener Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Listener

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

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:protocol:Listener', listener_protocol - The protocol that is used by the Listener.

$sel:port:Listener', listener_port - The port that is used by the Listener.

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

The protocol that is used by the Listener.

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

The port that is used by the Listener.