AWS::Cassandra Construct Library
-
You can use the AWS::Cassandra::Keyspace
resource to create a new keyspace in Amazon Keyspaces (for Apache Cassandra).
You can use ReplicationSpecification
to configure the ReplicationStrategy
of a keyspace in Amazon Keyspaces .
Properties for defining a CfnKeyspace
.
You can use the AWS::Cassandra::Table
resource to create a new table in Amazon Keyspaces (for Apache Cassandra).
The optional auto scaling settings for a table with provisioned throughput capacity.
The optional auto scaling capacity settings for a table in provisioned capacity mode.
Determines the billing mode for the table - on-demand or provisioned.
Defines an individual column within the clustering key.
The name and data type of an individual column in a table.
Specifies the encryption at rest option selected for the table.
The provisioned throughput for the table, which consists of ReadCapacityUnits
and WriteCapacityUnits
.
The AWS Region specific settings of a multi-Region table.
Amazon Keyspaces supports the target tracking
auto scaling policy.
Amazon Keyspaces supports the target tracking
auto scaling policy for a provisioned table.
Properties for defining a CfnTable
.