AWS::Cassandra::Table ReplicaSpecification - 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 ReplicaSpecification

The Amazon Region specific settings of a multi-Region table.

For a multi-Region table, you can configure the table's read capacity differently per Amazon Region. You can do this by configuring the following parameters.

  • region: The Region where these settings are applied. (Required)

  • readCapacityUnits: The provisioned read capacity units. (Optional)

  • readCapacityAutoScaling: The read capacity auto scaling settings for the table. (Optional)

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

Properties

ReadCapacityAutoScaling

The read capacity auto scaling settings for the multi-Region table in the specified Amazon Region.

Required: No

Type: AutoScalingSetting

Update requires: No interruption

ReadCapacityUnits

The provisioned read capacity units for the multi-Region table in the specified Amazon Region.

Required: No

Type: Integer

Update requires: No interruption

Region

The Amazon Region.

Required: Yes

Type: String

Minimum: 2

Maximum: 25

Update requires: No interruption