| 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.ComponentParameter
Description
Synopsis
Documentation
data ComponentParameter Source #
Contains a key/value pair that sets the named component parameter.
See: newComponentParameter smart constructor.
Constructors
| ComponentParameter' | |
Instances
newComponentParameter Source #
Arguments
| :: Text | |
| -> ComponentParameter |
Create a value of ComponentParameter 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:name:ComponentParameter', componentParameter_name - The name of the component parameter to set.
$sel:value:ComponentParameter', componentParameter_value - Sets the value for the named component parameter.
componentParameter_name :: Lens' ComponentParameter Text Source #
The name of the component parameter to set.
componentParameter_value :: Lens' ComponentParameter [Text] Source #
Sets the value for the named component parameter.