AWS::Cassandra::Table ClusteringKeyColumn - AWS CloudFormation

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:

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