| 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.FormDataTypeConfig
Description
Documentation
data FormDataTypeConfig Source #
Describes the data type configuration for the data source associated with a form.
See: newFormDataTypeConfig smart constructor.
Constructors
| FormDataTypeConfig' | |
Fields
| |
Instances
newFormDataTypeConfig Source #
Arguments
| :: FormDataSourceType | |
| -> Text | |
| -> FormDataTypeConfig |
Create a value of FormDataTypeConfig 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:dataSourceType:FormDataTypeConfig', formDataTypeConfig_dataSourceType - The data source type, either an Amplify DataStore model or a custom data
type.
$sel:dataTypeName:FormDataTypeConfig', formDataTypeConfig_dataTypeName - The unique name of the data type you are using as the data source for
the form.
formDataTypeConfig_dataSourceType :: Lens' FormDataTypeConfig FormDataSourceType Source #
The data source type, either an Amplify DataStore model or a custom data type.
formDataTypeConfig_dataTypeName :: Lens' FormDataTypeConfig Text Source #
The unique name of the data type you are using as the data source for the form.