View a markdown version of this page

AWS::Glue::Table IcebergSortOrder - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::Glue::Table IcebergSortOrder

Defines the sort order specification for an Iceberg table, determining how data should be ordered within partitions to optimize query performance.

Syntax

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

JSON

{ "Fields" : [ IcebergSortField, ... ], "OrderId" : Integer }

YAML

Fields: - IcebergSortField OrderId: Integer

Properties

Fields

The list of fields and their sort directions that define the ordering criteria for the Iceberg table data.

Required: Yes

Type: Array of IcebergSortField

Update requires: No interruption

OrderId

The unique identifier for this sort order specification within the Iceberg table's metadata.

Required: Yes

Type: Integer

Update requires: No interruption