

This is the new *Amazon CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [Amazon CloudFormation User Guide](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::S3Tables::Table StorageClassConfiguration
<a name="aws-properties-s3tables-table-storageclassconfiguration"></a>

The configuration details for the storage class of tables or table buckets. This allows you to optimize storage costs by selecting the appropriate storage class based on your access patterns and performance requirements.

## Syntax
<a name="aws-properties-s3tables-table-storageclassconfiguration-syntax"></a>

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

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

```
{
  "[StorageClass](#cfn-s3tables-table-storageclassconfiguration-storageclass)" : {{String}}
}
```

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

```
  [StorageClass](#cfn-s3tables-table-storageclassconfiguration-storageclass): {{String}}
```

## Properties
<a name="aws-properties-s3tables-table-storageclassconfiguration-properties"></a>

`StorageClass`  <a name="cfn-s3tables-table-storageclassconfiguration-storageclass"></a>
The storage class for the table or table bucket. Valid values include storage classes optimized for different access patterns and cost profiles.  
*Required*: No  
*Type*: String  
*Allowed values*: `STANDARD | INTELLIGENT_TIERING`  
*Update requires*: [Replacement](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)