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

Contains details about a schema field.

Syntax

To declare this entity in your Amazon 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