AWS::Cassandra::Table ClusteringKeyColumn
Defines an individual column within the clustering key.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
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
-