

# FormDataTypeConfig
<a name="API_FormDataTypeConfig"></a>

Describes the data type configuration for the data source associated with a form.

## Contents
<a name="API_FormDataTypeConfig_Contents"></a>

 ** dataSourceType **   <a name="amplifyuibuilder-Type-FormDataTypeConfig-dataSourceType"></a>
The data source type, either an Amplify DataStore model or a custom data type.  
Type: String  
Valid Values: `DataStore | Custom`   
Required: Yes

 ** dataTypeName **   <a name="amplifyuibuilder-Type-FormDataTypeConfig-dataTypeName"></a>
The unique name of the data type you are using as the data source for the form.  
Type: String  
Required: Yes

## See Also
<a name="API_FormDataTypeConfig_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/amplifyuibuilder-2021-08-11/FormDataTypeConfig) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/amplifyuibuilder-2021-08-11/FormDataTypeConfig) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/amplifyuibuilder-2021-08-11/FormDataTypeConfig) 