AWS::Cassandra::Table BillingMode - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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:

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