AWS::Cassandra::Table BillingMode - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS 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 CloudFormation template, use the following syntax:

Properties

Mode

The billing mode for the table:

  • On-demand mode - ON_DEMAND

  • Provisioned mode - PROVISIONED

    Note

    If you choose PROVISIONED mode, then you also need to specify provisioned throughput (read and write capacity) for the table.

Valid values: ON_DEMAND | PROVISIONED

Required: Yes

Type: String

Allowed values: PROVISIONED | ON_DEMAND

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