| 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.ValueMapping
Description
Documentation
data ValueMapping Source #
Associates a complex object with a display value. Use ValueMapping to
store how to represent complex objects when they are displayed.
See: newValueMapping smart constructor.
Constructors
| ValueMapping' | |
Fields
| |
Instances
Arguments
| :: FormInputValueProperty | |
| -> ValueMapping |
Create a value of ValueMapping 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:displayValue:ValueMapping', valueMapping_displayValue - The value to display for the complex object.
ValueMapping, valueMapping_value - The complex object.
valueMapping_displayValue :: Lens' ValueMapping (Maybe FormInputValueProperty) Source #
The value to display for the complex object.
valueMapping_value :: Lens' ValueMapping FormInputValueProperty Source #
The complex object.