AWS::AmplifyUIBuilder::Component ComponentDataConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::AmplifyUIBuilder::Component ComponentDataConfiguration

The ComponentDataConfiguration property specifies the configuration for binding a component's properties to data.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Identifiers" : [ String, ... ], "Model" : String, "Predicate" : Predicate, "Sort" : [ SortProperty, ... ] }

Properties

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.

Required: No

Type: Array of String

Update requires: No interruption

Model

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

Required: Yes

Type: String

Update requires: No interruption

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.

Required: No

Type: Predicate

Update requires: No interruption

Sort

Describes how to sort the component's properties.

Required: No

Type: Array of SortProperty

Update requires: No interruption