AWS Glue Table Order
The
Order property type specifies the sort order of a column in an AWS Glue table.
The SortColumns property of the StorageDescriptor property type contains a list of Order property types.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
Properties
For more information, see Order Structure in the AWS Glue Developer Guide.
Column-
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
SortOrder-
Indicates whether the column is sorted in ascending order (
1) or descending order (0).Required: Yes
Type: Integer
Update requires: No interruption
See Also
-
Order Structure in the AWS Glue Developer Guide
