

# FormInputValueProperty
<a name="API_FormInputValueProperty"></a>

Describes the configuration for an input field on a form. Use `FormInputValueProperty` to specify the values to render or bind by default.

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

 ** bindingProperties **   <a name="amplifyuibuilder-Type-FormInputValueProperty-bindingProperties"></a>
The information to bind fields to data at runtime.  
Type: [FormInputValuePropertyBindingProperties](API_FormInputValuePropertyBindingProperties.md) object  
Required: No

 ** concat **   <a name="amplifyuibuilder-Type-FormInputValueProperty-concat"></a>
A list of form properties to concatenate to create the value to assign to this field property.  
Type: Array of [FormInputValueProperty](#API_FormInputValueProperty) objects  
Required: No

 ** value **   <a name="amplifyuibuilder-Type-FormInputValueProperty-value"></a>
The value to assign to the input field.  
Type: String  
Required: No

## See Also
<a name="API_FormInputValueProperty_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/FormInputValueProperty) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/amplifyuibuilder-2021-08-11/FormInputValueProperty) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/amplifyuibuilder-2021-08-11/FormInputValueProperty) 