| 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.AmplifyUiBuilder.Types.ThemeValues
Description
Synopsis
Documentation
data ThemeValues Source #
A key-value pair that defines a property of a theme.
See: newThemeValues smart constructor.
Constructors
| ThemeValues' | |
Instances
newThemeValues :: ThemeValues Source #
Create a value of ThemeValues 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:ThemeValues', themeValues_key - The name of the property.
$sel:value:ThemeValues', themeValues_value - The value of the property.
themeValues_key :: Lens' ThemeValues (Maybe Text) Source #
The name of the property.
themeValues_value :: Lens' ThemeValues (Maybe ThemeValue) Source #
The value of the property.