SchemaField
Contains details about a schema field.
Contents
- name
-
The name of the field.
Type: String
Required: Yes
- type
-
The field type. S3 Tables supports all Apache Iceberg primitive types. For more information, see the Apache Iceberg documentation
. Type: String
Required: Yes
- 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 istrue
the field does not allow null values.Type: Boolean
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: