| 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.ValueMappings
Description
Synopsis
Documentation
data ValueMappings Source #
Represents the data binding configuration for a value map.
See: newValueMappings smart constructor.
Constructors
| ValueMappings' | |
Fields
| |
Instances
newValueMappings :: ValueMappings Source #
Create a value of ValueMappings 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:values:ValueMappings', valueMappings_values - The value and display value pairs.
valueMappings_values :: Lens' ValueMappings [ValueMapping] Source #
The value and display value pairs.