AWS Glue Partition Order
The
Order property type specifies the sort order of a column in an AWS Glue partition.
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
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: No
Type: Integer
Update requires: No interruption
