This template creates an Amazon Cassandra table with client-side timestamps, enabling the use of client-generated timestamps for data updates. The table has provisioned throughput, point-in-time recovery enabled, and default time-to-live set to 2 years. Tags are also added for easy identification and organization.

myNewTable
AWS::Cassandra::Table


BillingMode
ProvisionedThroughput
ClusteringKeyColumns
Column *
PartitionKeyColumns *
RegularColumns
Tags

CloudFormation Template

Share Template