| 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.FormInputValueProperty
Description
Documentation
data FormInputValueProperty Source #
Describes the configuration for an input field on a form. Use
FormInputValueProperty to specify the values to render or bind by
default.
See: newFormInputValueProperty smart constructor.
Constructors
| FormInputValueProperty' | |
Instances
newFormInputValueProperty :: FormInputValueProperty Source #
Create a value of FormInputValueProperty 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:value:FormInputValueProperty', formInputValueProperty_value - The value to assign to the input field.
formInputValueProperty_value :: Lens' FormInputValueProperty (Maybe Text) Source #
The value to assign to the input field.