AWS::Glue::Partition Order
Specifies the sort order of a sorted column.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
Properties
Column-
The name of the column.
Required: Yes
Type: String
Minimum:
1Maximum:
255Pattern:
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\t]*Update requires: No interruption
SortOrder-
Indicates that the column is sorted in ascending order (
== 1), or in descending order (==0).Required: No
Type: Integer
Minimum:
0Maximum:
1Update requires: No interruption