This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::AmplifyUIBuilder::Form FormInputValueProperty
The FormInputValueProperty property specifies the configuration for an input field on a form. Use
      FormInputValueProperty to specify the values to render or bind by
      default.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "BindingProperties" :FormInputValuePropertyBindingProperties, "Concat" :[ FormInputValueProperty, ... ], "Value" :String}
YAML
BindingProperties:FormInputValuePropertyBindingPropertiesConcat:- FormInputValuePropertyValue:String
Properties
- BindingProperties
- 
                    The information to bind fields to data at runtime. Required: No Type: FormInputValuePropertyBindingProperties Update requires: No interruption 
- Concat
- 
                    A list of form properties to concatenate to create the value to assign to this field property. Required: No Type: Array of FormInputValueProperty Update requires: No interruption 
- Value
- 
                    The value to assign to the input field. Required: No Type: String Update requires: No interruption