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::S3Tables::Table IcebergMetadata
Contains details about the metadata for an Iceberg table.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "IcebergPartitionSpec" :IcebergPartitionSpec, "IcebergSchema" :IcebergSchema, "IcebergSchemaV2" :IcebergSchemaV2, "IcebergSortOrder" :IcebergSortOrder, "TableProperties" :{}Key:Value, ...}
YAML
IcebergPartitionSpec:IcebergPartitionSpecIcebergSchema:IcebergSchemaIcebergSchemaV2:IcebergSchemaV2IcebergSortOrder:IcebergSortOrderTableProperties:Key:Value
Properties
IcebergPartitionSpecProperty description not available.
Required: No
Type: IcebergPartitionSpec
Update requires: Replacement
IcebergSchema-
The schema for an Iceberg table. Use this property to define table schemas with primitive types only. For schemas that include nested or complex types such as
struct,list, ormap, useschemaV2instead.Required: No
Type: IcebergSchema
Update requires: Replacement
IcebergSchemaV2-
The schema for an Iceberg table using the V2 format. Use this property to define table schemas that include nested or complex data types such as
struct,list, ormap, in addition to primitive types. For schemas with only primitive types, you can use eitherschemaorschemaV2.Required: No
Type: IcebergSchemaV2
Update requires: Replacement
IcebergSortOrderProperty description not available.
Required: No
Type: IcebergSortOrder
Update requires: Replacement
TablePropertiesProperty description not available.
Required: No
Type: Object of String
Pattern:
^.+$Update requires: Replacement