ComponentDataConfiguration - AmplifyUIBuilder

ComponentDataConfiguration

Describes the configuration for binding a component's properties to data.

Contents

model

The name of the data model to use to bind data to a component.

Type: String

Required: Yes

identifiers

A list of IDs to use to bind data to a component. Use this property to bind specifically chosen data, rather than data retrieved from a query.

Type: Array of strings

Required: No

predicate

Represents the conditional logic to use when binding data to a component. Use this property to retrieve only a subset of the data in a collection.

Type: Predicate object

Required: No

sort

Describes how to sort the component's properties.

Type: Array of SortProperty objects

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: