AWS::S3Tables::Table SchemaField - AWS CloudFormation

This is the new AWS 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 SchemaField

Contains details about a schema field.

Syntax

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

JSON

{ "Name" : String, "Required" : Boolean, "Type" : String }

YAML

Name: String Required: Boolean Type: String

Properties

Name

The name of the field.

Required: Yes

Type: String

Update requires: Replacement

Required

A Boolean value that specifies whether values are required for each row in this field. By default, this is false and null values are allowed in the field. If this is true the field does not allow null values.

Required: No

Type: Boolean

Update requires: Replacement

Type

The field type. S3 Tables supports all Apache Iceberg primitive types. For more information, see the Apache Iceberg documentation.

Required: Yes

Type: String

Update requires: Replacement