AWS::AmplifyUIBuilder::Component SortProperty - 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 SortProperty

The SortProperty property specifies how to sort the data that you bind to a component.

Syntax

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

JSON

{ "Direction" : String, "Field" : String }

YAML

Direction: String Field: String

Properties

Direction

The direction of the sort, either ascending or descending.

Required: Yes

Type: String

Allowed values: ASC | DESC

Update requires: No interruption

Field

The field to perform the sort on.

Required: Yes

Type: String

Update requires: No interruption