Values.ComponentBindingPropertiesValuePropertiesSourceRepresents the data binding configuration for a specific property using data stored in Amazon Web Services. For Amazon Web Services connected properties, you can bind a property to data stored in an Amazon S3 bucket, an Amplify DataStore model or an authenticated user attribute.
type nonrec t = {model : String_.t option;An Amplify DataStore model.
*)field : String_.t option;The field to bind the data to.
*)predicates : PredicateList.t option;A list of predicates for binding a component's properties to data.
*)userAttribute : String_.t option;An authenticated user attribute.
*)bucket : String_.t option;An Amazon S3 bucket.
*)key : String_.t option;The storage key for an Amazon S3 bucket.
*)defaultValue : String_.t option;The default value to assign to the property.
*)slotName : String_.t option;The name of a component slot.
*)}