Column
Contains information about a column that stores your data.
Contents
- name
-
The name of the column.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$
Required: Yes
- type
-
The type of data. For more information about the supported data types, see Common data types in the AWS Glue Developer Guide.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 131072.
Pattern:
^[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\t]*$
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: