libZSservicesZSamazonka-imagebuilderZSamazonka-imagebuilder
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.ImageBuilder.Types.ComponentConfiguration

Description

 
Synopsis

Documentation

data ComponentConfiguration Source #

Configuration details of the component.

See: newComponentConfiguration smart constructor.

Constructors

ComponentConfiguration' 

Fields

Instances

Instances details
Eq ComponentConfiguration Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.ComponentConfiguration

Read ComponentConfiguration Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.ComponentConfiguration

Show ComponentConfiguration Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.ComponentConfiguration

Generic ComponentConfiguration Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.ComponentConfiguration

Associated Types

type Rep ComponentConfiguration :: Type -> Type #

NFData ComponentConfiguration Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.ComponentConfiguration

Methods

rnf :: ComponentConfiguration -> () #

Hashable ComponentConfiguration Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.ComponentConfiguration

ToJSON ComponentConfiguration Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.ComponentConfiguration

FromJSON ComponentConfiguration Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.ComponentConfiguration

type Rep ComponentConfiguration Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.ComponentConfiguration

type Rep ComponentConfiguration = D1 ('MetaData "ComponentConfiguration" "Amazonka.ImageBuilder.Types.ComponentConfiguration" "libZSservicesZSamazonka-imagebuilderZSamazonka-imagebuilder" 'False) (C1 ('MetaCons "ComponentConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty ComponentParameter))) :*: S1 ('MetaSel ('Just "componentArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newComponentConfiguration Source #

Create a value of ComponentConfiguration 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:parameters:ComponentConfiguration', componentConfiguration_parameters - A group of parameter settings that are used to configure the component for a specific recipe.

$sel:componentArn:ComponentConfiguration', componentConfiguration_componentArn - The Amazon Resource Name (ARN) of the component.

componentConfiguration_parameters :: Lens' ComponentConfiguration (Maybe (NonEmpty ComponentParameter)) Source #

A group of parameter settings that are used to configure the component for a specific recipe.

componentConfiguration_componentArn :: Lens' ComponentConfiguration Text Source #

The Amazon Resource Name (ARN) of the component.