ComponentBindingPropertiesValueProperties
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 Amazon S3 bucket, an Amplify DataStore model or an authenticated user attribute.
Contents
- bucket
-
An Amazon S3 bucket.
Type: String
Required: No
- defaultValue
-
The default value to assign to the property.
Type: String
Required: No
- field
-
The field to bind the data to.
Type: String
Required: No
- key
-
The storage key for an Amazon S3 bucket.
Type: String
Required: No
- model
-
An Amplify DataStore model.
Type: String
Required: No
- predicates
-
A list of predicates for binding a component's properties to data.
Type: Array of Predicate objects
Required: No
- slotName
-
The name of a component slot.
Type: String
Required: No
- userAttribute
-
An authenticated user attribute.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: