AWS Glue Table Column
The
Column property type specifies a column for an AWS Glue table.
The PartitionKeys property of the TableInput property type and the Columns property of the StorageDescriptor
property type contain a list of Column property types.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
Properties
For more information, see Column Structure in the AWS Glue Developer Guide.
Comment-
A free-form text comment. It must match the single-line string pattern:
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\t]*Required: No
Type: String
Update requires: No interruption
Type-
The data type of the column data. It must match the single-line string pattern:
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\t]*Required: No
Type: String
Update requires: No interruption
Name-
The name of the column. It must match the single-line string pattern:
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\t]*Required: Yes
Type: String
Update requires: No interruption
See Also
-
Column Structure in the AWS Glue Developer Guide
