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.ListenerDescription

Description

 
Synopsis

Documentation

data ListenerDescription Source #

The policies enabled for a listener.

See: newListenerDescription smart constructor.

Constructors

ListenerDescription' 

Fields

Instances

Instances details
FromXML ListenerDescription Source # 
Instance details

Defined in Amazonka.ELB.Types.ListenerDescription

Generic ListenerDescription Source # 
Instance details

Defined in Amazonka.ELB.Types.ListenerDescription

Associated Types

type Rep ListenerDescription :: Type -> Type #

Read ListenerDescription Source # 
Instance details

Defined in Amazonka.ELB.Types.ListenerDescription

Show ListenerDescription Source # 
Instance details

Defined in Amazonka.ELB.Types.ListenerDescription

NFData ListenerDescription Source # 
Instance details

Defined in Amazonka.ELB.Types.ListenerDescription

Methods

rnf :: ListenerDescription -> () #

Eq ListenerDescription Source # 
Instance details

Defined in Amazonka.ELB.Types.ListenerDescription

Hashable ListenerDescription Source # 
Instance details

Defined in Amazonka.ELB.Types.ListenerDescription

type Rep ListenerDescription Source # 
Instance details

Defined in Amazonka.ELB.Types.ListenerDescription

type Rep ListenerDescription = D1 ('MetaData "ListenerDescription" "Amazonka.ELB.Types.ListenerDescription" "amazonka-elb-2.0-9cSN5cNCwnD5ZanKSOxHTf" 'False) (C1 ('MetaCons "ListenerDescription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "listener") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Listener)) :*: S1 ('MetaSel ('Just "policyNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newListenerDescription :: ListenerDescription Source #

Create a value of ListenerDescription 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:listener:ListenerDescription', listenerDescription_listener - The listener.

$sel:policyNames:ListenerDescription', listenerDescription_policyNames - The policies. If there are no policies enabled, the list is empty.

listenerDescription_policyNames :: Lens' ListenerDescription (Maybe [Text]) Source #

The policies. If there are no policies enabled, the list is empty.