AWS::Cassandra::Table ClusteringKeyColumn - 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).

AWS::Cassandra::Table ClusteringKeyColumn

Defines an individual column within the clustering key.

Syntax

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

JSON

{ "Column" : Column, "OrderBy" : String }

YAML

Column: Column OrderBy: String

Properties

Column

The name and data type of this clustering key column.

Required: Yes

Type: Column

Update requires: Replacement

OrderBy

The order in which this column's data is stored:

  • ASC (default) - The column's data is stored in ascending order.

  • DESC - The column's data is stored in descending order.

Required: No

Type: String

Allowed values: ASC | DESC

Update requires: Replacement