AWS::S3Tables::Table IcebergMetadata - 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::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:

Properties

IcebergPartitionSpec

Property 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, or map, use schemaV2 instead.

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, or map, in addition to primitive types. For schemas with only primitive types, you can use either schema or schemaV2.

Required: No

Type: IcebergSchemaV2

Update requires: Replacement

IcebergSortOrder

Property description not available.

Required: No

Type: IcebergSortOrder

Update requires: Replacement

TableProperties

Property description not available.

Required: No

Type: Object of String

Pattern: ^.+$

Update requires: Replacement