putTableBucketStorageClass
inline suspend fun S3TablesClient.putTableBucketStorageClass(crossinline block: PutTableBucketStorageClassRequest.Builder.() -> Unit): PutTableBucketStorageClassResponse
Sets or updates the storage class configuration for a table bucket. This configuration serves as the default storage class for all new tables created in the bucket, allowing you to optimize storage costs at the bucket level.
Permissions
You must have the s3tables:PutTableBucketStorageClass permission to use this operation.