AWS::Glue::Table Order - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::Glue::Table Order

Specifies the sort order of a sorted column.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Column" : String, "SortOrder" : Integer }

YAML

Column: String SortOrder: Integer

Properties

Column

The name of the column.

Required: Yes

Type: String

Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\t]*

Minimum: 1

Maximum: 255

Update requires: No interruption

SortOrder

Indicates that the column is sorted in ascending order (== 1), or in descending order (==0).

Required: Yes

Type: Integer

Minimum: 0

Maximum: 1

Update requires: No interruption

See also