amazonka-imagebuilder-2.0: Amazon EC2 Image Builder 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.ImageBuilder.Types.ComponentParameterDetail

Description

 
Synopsis

Documentation

data ComponentParameterDetail Source #

Defines a parameter that is used to provide configuration details for the component.

See: newComponentParameterDetail smart constructor.

Constructors

ComponentParameterDetail' 

Fields

Instances

Instances details
FromJSON ComponentParameterDetail Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.ComponentParameterDetail

Generic ComponentParameterDetail Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.ComponentParameterDetail

Associated Types

type Rep ComponentParameterDetail :: Type -> Type #

Read ComponentParameterDetail Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.ComponentParameterDetail

Show ComponentParameterDetail Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.ComponentParameterDetail

NFData ComponentParameterDetail Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.ComponentParameterDetail

Eq ComponentParameterDetail Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.ComponentParameterDetail

Hashable ComponentParameterDetail Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.ComponentParameterDetail

type Rep ComponentParameterDetail Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.ComponentParameterDetail

type Rep ComponentParameterDetail = D1 ('MetaData "ComponentParameterDetail" "Amazonka.ImageBuilder.Types.ComponentParameterDetail" "amazonka-imagebuilder-2.0-BBLLjX59RW72O8VbQ3vKvH" 'False) (C1 ('MetaCons "ComponentParameterDetail'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "defaultValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newComponentParameterDetail Source #

Create a value of ComponentParameterDetail 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:defaultValue:ComponentParameterDetail', componentParameterDetail_defaultValue - The default value of this parameter if no input is provided.

$sel:description:ComponentParameterDetail', componentParameterDetail_description - Describes this parameter.

$sel:name:ComponentParameterDetail', componentParameterDetail_name - The name of this input parameter.

$sel:type':ComponentParameterDetail', componentParameterDetail_type - The type of input this parameter provides. The currently supported value is "string".

componentParameterDetail_defaultValue :: Lens' ComponentParameterDetail (Maybe [Text]) Source #

The default value of this parameter if no input is provided.

componentParameterDetail_type :: Lens' ComponentParameterDetail Text Source #

The type of input this parameter provides. The currently supported value is "string".