View a markdown version of this page

AWS::Glue::Table IcebergSortOrder - 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).

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::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 Amazon 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