AWS::Cassandra::Table BillingMode - AWS CloudFormation

AWS::Cassandra::Table BillingMode

Determines the billing mode for the table - on-demand or provisioned.

Syntax

To declare this entity in your AWS 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