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.

CloudFormation Template

AWSTemplateFormatVersion: '2010-09-09'
Description: Cfn Template by CloudAdvisor
Parameters: {}
Resources: {}
Outputs: {}
Conditions: {}
Mappings: {}
Metadata: {}