AWS::Cassandra::Table ClusteringKeyColumn - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new 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 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