This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
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 | DESCUpdate requires: Replacement 
-