AWS::Cassandra::Table BillingMode
Determines the billing mode for the table - on-demand or provisioned.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Mode" :String, "ProvisionedThroughput" :ProvisionedThroughput}
YAML
Mode:StringProvisionedThroughput:ProvisionedThroughput
Properties
Mode-
The billing mode for the table:
-
On-demand mode -
ON_DEMAND -
Provisioned mode -
PROVISIONEDNote
If you choose
PROVISIONEDmode, then you also need to specify provisioned throughput (read and write capacity) for the table.
Valid values:
ON_DEMAND|PROVISIONEDRequired: Yes
Type: String
Update requires: No interruption
-
ProvisionedThroughput-
The provisioned read capacity and write capacity for the table. For more information, see Provisioned throughput capacity mode in the Amazon Keyspaces Developer Guide.
Required: No
Type: ProvisionedThroughput
Update requires: No interruption