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

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

For a multi-Region table, you can configure the table's read capacity differently per AWS 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 CloudFormation template, use the following syntax:

Properties

ReadCapacityAutoScaling

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

Required: No

Type: AutoScalingSetting

Update requires: No interruption

ReadCapacityUnits

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

Required: No

Type: Integer

Update requires: No interruption

Region

The AWS Region.

Required: Yes

Type: String

Minimum: 2

Maximum: 25

Update requires: No interruption