AWS::AmplifyUIBuilder::Form ValueMappings
The ValueMappings
property specifies the data binding configuration for a value map.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "BindingProperties" :
{
, "Values" :Key
:Value
, ...}[ ValueMapping, ... ]
}
YAML
BindingProperties:
Values:
Key
:Value
- ValueMapping
Properties
BindingProperties
-
The information to bind fields to data at runtime.
Required: No
Type: Object of FormInputBindingPropertiesValue
Update requires: No interruption
Values
-
The value and display value pairs.
Required: Yes
Type: Array of ValueMapping
Update requires: No interruption