Class FormInputValuePropertyBindingProperties

java.lang.Object
software.amazon.awssdk.services.amplifyuibuilder.model.FormInputValuePropertyBindingProperties
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<FormInputValuePropertyBindingProperties.Builder,FormInputValuePropertyBindingProperties>

@Generated("software.amazon.awssdk:codegen") public final class FormInputValuePropertyBindingProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FormInputValuePropertyBindingProperties.Builder,FormInputValuePropertyBindingProperties>

Associates a form property to a binding property. This enables exposed properties on the top level form to propagate data to the form's property values.

See Also: