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

Description

 
Synopsis

Documentation

data BackendServerDescription Source #

Information about the configuration of an EC2 instance.

See: newBackendServerDescription smart constructor.

Constructors

BackendServerDescription' 

Fields

Instances

Instances details
Eq BackendServerDescription Source # 
Instance details

Defined in Amazonka.ELB.Types.BackendServerDescription

Read BackendServerDescription Source # 
Instance details

Defined in Amazonka.ELB.Types.BackendServerDescription

Show BackendServerDescription Source # 
Instance details

Defined in Amazonka.ELB.Types.BackendServerDescription

Generic BackendServerDescription Source # 
Instance details

Defined in Amazonka.ELB.Types.BackendServerDescription

Associated Types

type Rep BackendServerDescription :: Type -> Type #

NFData BackendServerDescription Source # 
Instance details

Defined in Amazonka.ELB.Types.BackendServerDescription

Hashable BackendServerDescription Source # 
Instance details

Defined in Amazonka.ELB.Types.BackendServerDescription

FromXML BackendServerDescription Source # 
Instance details

Defined in Amazonka.ELB.Types.BackendServerDescription

type Rep BackendServerDescription Source # 
Instance details

Defined in Amazonka.ELB.Types.BackendServerDescription

type Rep BackendServerDescription = D1 ('MetaData "BackendServerDescription" "Amazonka.ELB.Types.BackendServerDescription" "libZSservicesZSamazonka-elbZSamazonka-elb" 'False) (C1 ('MetaCons "BackendServerDescription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "policyNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "instancePort") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

newBackendServerDescription :: BackendServerDescription Source #

Create a value of BackendServerDescription 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:policyNames:BackendServerDescription', backendServerDescription_policyNames - The names of the policies enabled for the EC2 instance.

$sel:instancePort:BackendServerDescription', backendServerDescription_instancePort - The port on which the EC2 instance is listening.

backendServerDescription_policyNames :: Lens' BackendServerDescription (Maybe [Text]) Source #

The names of the policies enabled for the EC2 instance.

backendServerDescription_instancePort :: Lens' BackendServerDescription (Maybe Natural) Source #

The port on which the EC2 instance is listening.