Interface CfnForm.FormInputBindingPropertiesValuePropertiesProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnForm.FormInputBindingPropertiesValuePropertiesProperty.Jsii$Proxy
Enclosing class:
CfnForm

@Stability(Stable) public static interface CfnForm.FormInputBindingPropertiesValuePropertiesProperty extends software.amazon.jsii.JsiiSerializable
Represents the data binding configuration for a specific property using data stored in AWS .

For AWS connected properties, you can bind a property to data stored in an Amplify DataStore model.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.amplifyuibuilder.*;
 FormInputBindingPropertiesValuePropertiesProperty formInputBindingPropertiesValuePropertiesProperty = FormInputBindingPropertiesValuePropertiesProperty.builder()
         .model("model")
         .build();
 

See Also: