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

Description

 
Synopsis

Documentation

data LaunchConfiguration Source #

Describes an Auto Scaling launch configuration.

See: newLaunchConfiguration smart constructor.

Constructors

LaunchConfiguration' 

Fields

Instances

Instances details
Eq LaunchConfiguration Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.LaunchConfiguration

Read LaunchConfiguration Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.LaunchConfiguration

Show LaunchConfiguration Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.LaunchConfiguration

Generic LaunchConfiguration Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.LaunchConfiguration

Associated Types

type Rep LaunchConfiguration :: Type -> Type #

NFData LaunchConfiguration Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.LaunchConfiguration

Methods

rnf :: LaunchConfiguration -> () #

Hashable LaunchConfiguration Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.LaunchConfiguration

FromXML LaunchConfiguration Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.LaunchConfiguration

type Rep LaunchConfiguration Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.LaunchConfiguration

type Rep LaunchConfiguration = D1 ('MetaData "LaunchConfiguration" "Amazonka.ElasticBeanstalk.Types.LaunchConfiguration" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "LaunchConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newLaunchConfiguration :: LaunchConfiguration Source #

Create a value of LaunchConfiguration 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:name:LaunchConfiguration', launchConfiguration_name - The name of the launch configuration.

launchConfiguration_name :: Lens' LaunchConfiguration (Maybe Text) Source #

The name of the launch configuration.