| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ImageBuilder.Types.ComponentConfiguration
Description
Documentation
data ComponentConfiguration Source #
Configuration details of the component.
See: newComponentConfiguration smart constructor.
Constructors
| ComponentConfiguration' | |
Fields
| |
Instances
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.