AWS::S3Tables::TableBucket StorageClassConfiguration - 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::S3Tables::TableBucket StorageClassConfiguration

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

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

JSON

{ "StorageClass" : String }

YAML

StorageClass: String

Properties

StorageClass

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: No interruption