This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
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 - PROVISIONEDNoteIf 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 Allowed values: PROVISIONED | ON_DEMANDUpdate 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