Interface CfnFormPropsMixin.FormInputBindingPropertiesValuePropertiesProperty

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

@Stability(Stable) public static interface CfnFormPropsMixin.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.cfnpropertymixins.services.amplifyuibuilder.*;
 FormInputBindingPropertiesValuePropertiesProperty formInputBindingPropertiesValuePropertiesProperty = FormInputBindingPropertiesValuePropertiesProperty.builder()
         .model("model")
         .build();
 

See Also: