AWS::S3Tables::TableBucket StorageClassConfiguration - AWS CloudFormation

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