Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

SchemaDefinition - Amazon Keyspaces (for Apache Cassandra)

SchemaDefinition

Describes the schema of the table.

Contents

allColumns

The regular columns of the table.

Type: Array of ColumnDefinition objects

Array Members: Minimum number of 1 item.

Required: Yes

partitionKeys

The columns that are part of the partition key of the table .

Type: Array of PartitionKey objects

Array Members: Minimum number of 1 item.

Required: Yes

clusteringKeys

The columns that are part of the clustering key of the table.

Type: Array of ClusteringKey objects

Required: No

staticColumns

The columns that have been defined as STATIC. Static columns store values that are shared by all rows in the same partition.

Type: Array of StaticColumn objects

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following:

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.