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 IcebergPartitionSpec
Defines the partitioning specification for an Iceberg table, determining how table data will be organized and partitioned for optimal query performance.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Fields" :[ IcebergPartitionField, ... ], "SpecId" :Integer}
YAML
Fields:- IcebergPartitionFieldSpecId:Integer
Properties
Fields-
The list of partition fields that define how the table data should be partitioned, including source fields and their transformations.
Required: Yes
Type: Array of IcebergPartitionField
Update requires: No interruption
SpecId-
The unique identifier for this partition specification within the Iceberg table's metadata history.
Required: No
Type: Integer
Update requires: No interruption