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

Description

 
Synopsis

Documentation

data OptionSpecification Source #

A specification identifying an individual configuration option.

See: newOptionSpecification smart constructor.

Constructors

OptionSpecification' 

Fields

Instances

Instances details
ToQuery OptionSpecification Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.OptionSpecification

Generic OptionSpecification Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.OptionSpecification

Associated Types

type Rep OptionSpecification :: Type -> Type #

Read OptionSpecification Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.OptionSpecification

Show OptionSpecification Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.OptionSpecification

NFData OptionSpecification Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.OptionSpecification

Methods

rnf :: OptionSpecification -> () #

Eq OptionSpecification Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.OptionSpecification

Hashable OptionSpecification Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.OptionSpecification

type Rep OptionSpecification Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.OptionSpecification

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

newOptionSpecification :: OptionSpecification Source #

Create a value of OptionSpecification 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:namespace:OptionSpecification', optionSpecification_namespace - A unique namespace identifying the option's associated AWS resource.

$sel:optionName:OptionSpecification', optionSpecification_optionName - The name of the configuration option.

$sel:resourceName:OptionSpecification', optionSpecification_resourceName - A unique resource name for a time-based scaling configuration option.

optionSpecification_namespace :: Lens' OptionSpecification (Maybe Text) Source #

A unique namespace identifying the option's associated AWS resource.

optionSpecification_optionName :: Lens' OptionSpecification (Maybe Text) Source #

The name of the configuration option.

optionSpecification_resourceName :: Lens' OptionSpecification (Maybe Text) Source #

A unique resource name for a time-based scaling configuration option.