This CloudFormation template creates an Amazon Cassandra table with a customer-managed KMS key for encryption. It provisions the table with specified columns, sets up provisioned throughput, enables point-in-time recovery, and adds tags for easy identification.

myNewTable
AWS::Cassandra::Table


BillingMode
ProvisionedThroughput
ClusteringKeyColumns
Column *
EncryptionSpecification
PartitionKeyColumns *
RegularColumns
Tags

Key
AWS::KMS::Key


CloudFormation Template

Share Template