This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::S3Tables::Table IcebergSortField
Defines a single sort field in an Iceberg sort order specification.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
Properties
Direction-
The sort direction. Valid values are
ascfor ascending order ordescfor descending order.Required: Yes
Type: String
Allowed values:
asc | descUpdate requires: Replacement
NullOrder-
Specifies how null values are ordered. Valid values are
nulls-firstto place nulls before non-null values, ornulls-lastto place nulls after non-null values.Required: Yes
Type: String
Allowed values:
nulls-first | nulls-lastUpdate requires: Replacement
SourceId-
The ID of the source schema field to sort by. This must reference a valid field ID from the table schema.
Required: Yes
Type: Integer
Update requires: Replacement
Transform-
The transform to apply to the source field before sorting. Use
identityto sort by the field value directly, or specify other transforms as needed.Required: Yes
Type: String
Update requires: Replacement