There are a way how to set TTL for existing raws in table without re-inserting all data?
All documentation talks about examples when inserting record using custom/default TTL. https://docs.aws.amazon.com/keyspaces/latest/devguide/TTL-how-to.html
ALTER TABLE "my_keyspace"."my_table" WITH default_time_to_live = 31536000 ;
Sets default TTL for new records.