AWS::AmplifyUIBuilder::Component SortProperty - AWS CloudFormation

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 AWS 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