

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](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::Cassandra::Table WarmThroughput
<a name="aws-properties-cassandra-table-warmthroughput"></a>

<a name="aws-properties-cassandra-table-warmthroughput-description"></a>The `WarmThroughput` property type specifies Property description not available. for an [AWS::Cassandra::Table](aws-resource-cassandra-table.md).

## Syntax
<a name="aws-properties-cassandra-table-warmthroughput-syntax"></a>

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

### JSON
<a name="aws-properties-cassandra-table-warmthroughput-syntax.json"></a>

```
{
  "[ReadUnitsPerSecond](#cfn-cassandra-table-warmthroughput-readunitspersecond)" : Integer,
  "[WriteUnitsPerSecond](#cfn-cassandra-table-warmthroughput-writeunitspersecond)" : Integer
}
```

### YAML
<a name="aws-properties-cassandra-table-warmthroughput-syntax.yaml"></a>

```
  [ReadUnitsPerSecond](#cfn-cassandra-table-warmthroughput-readunitspersecond): Integer
  [WriteUnitsPerSecond](#cfn-cassandra-table-warmthroughput-writeunitspersecond): Integer
```

## Properties
<a name="aws-properties-cassandra-table-warmthroughput-properties"></a>

`ReadUnitsPerSecond`  <a name="cfn-cassandra-table-warmthroughput-readunitspersecond"></a>
Property description not available.  
*Required*: No  
*Type*: Integer  
*Minimum*: `1`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`WriteUnitsPerSecond`  <a name="cfn-cassandra-table-warmthroughput-writeunitspersecond"></a>
Property description not available.  
*Required*: No  
*Type*: Integer  
*Minimum*: `1`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)