libZSservicesZSamazonka-opsworks-cmZSamazonka-opsworks-cm
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.OpsWorksCM.Types.EngineAttribute

Description

 
Synopsis

Documentation

data EngineAttribute Source #

A name and value pair that is specific to the engine of the server.

See: newEngineAttribute smart constructor.

Constructors

EngineAttribute' 

Fields

Instances

Instances details
Eq EngineAttribute Source # 
Instance details

Defined in Amazonka.OpsWorksCM.Types.EngineAttribute

Show EngineAttribute Source # 
Instance details

Defined in Amazonka.OpsWorksCM.Types.EngineAttribute

Generic EngineAttribute Source # 
Instance details

Defined in Amazonka.OpsWorksCM.Types.EngineAttribute

Associated Types

type Rep EngineAttribute :: Type -> Type #

NFData EngineAttribute Source # 
Instance details

Defined in Amazonka.OpsWorksCM.Types.EngineAttribute

Methods

rnf :: EngineAttribute -> () #

Hashable EngineAttribute Source # 
Instance details

Defined in Amazonka.OpsWorksCM.Types.EngineAttribute

ToJSON EngineAttribute Source # 
Instance details

Defined in Amazonka.OpsWorksCM.Types.EngineAttribute

FromJSON EngineAttribute Source # 
Instance details

Defined in Amazonka.OpsWorksCM.Types.EngineAttribute

type Rep EngineAttribute Source # 
Instance details

Defined in Amazonka.OpsWorksCM.Types.EngineAttribute

type Rep EngineAttribute = D1 ('MetaData "EngineAttribute" "Amazonka.OpsWorksCM.Types.EngineAttribute" "libZSservicesZSamazonka-opsworks-cmZSamazonka-opsworks-cm" 'False) (C1 ('MetaCons "EngineAttribute'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newEngineAttribute :: EngineAttribute Source #

Create a value of EngineAttribute 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:value:EngineAttribute', engineAttribute_value - The value of the engine attribute.

$sel:name:EngineAttribute', engineAttribute_name - The name of the engine attribute.

engineAttribute_value :: Lens' EngineAttribute (Maybe Text) Source #

The value of the engine attribute.

engineAttribute_name :: Lens' EngineAttribute (Maybe Text) Source #

The name of the engine attribute.