amazonka-datapipeline-2.0: Amazon Data Pipeline 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.DataPipeline.Types.ParameterAttribute

Description

 
Synopsis

Documentation

data ParameterAttribute Source #

The attributes allowed or specified with a parameter object.

See: newParameterAttribute smart constructor.

Constructors

ParameterAttribute' 

Fields

Instances

Instances details
FromJSON ParameterAttribute Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterAttribute

ToJSON ParameterAttribute Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterAttribute

Generic ParameterAttribute Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterAttribute

Associated Types

type Rep ParameterAttribute :: Type -> Type #

Read ParameterAttribute Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterAttribute

Show ParameterAttribute Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterAttribute

NFData ParameterAttribute Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterAttribute

Methods

rnf :: ParameterAttribute -> () #

Eq ParameterAttribute Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterAttribute

Hashable ParameterAttribute Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterAttribute

type Rep ParameterAttribute Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterAttribute

type Rep ParameterAttribute = D1 ('MetaData "ParameterAttribute" "Amazonka.DataPipeline.Types.ParameterAttribute" "amazonka-datapipeline-2.0-1cySuAk2jmdDRpZSxMUuos" 'False) (C1 ('MetaCons "ParameterAttribute'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "stringValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newParameterAttribute Source #

Create a value of ParameterAttribute 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:key:ParameterAttribute', parameterAttribute_key - The field identifier.

$sel:stringValue:ParameterAttribute', parameterAttribute_stringValue - The field value, expressed as a String.

parameterAttribute_stringValue :: Lens' ParameterAttribute Text Source #

The field value, expressed as a String.