feat(aws-s3tables-alpha): add storage class configuration support #37339
feat(aws-s3tables-alpha): add storage class configuration support #37339olenarostotskyy wants to merge 14 commits intoaws:mainfrom
Conversation
There was a problem hiding this comment.
The pull request linter fails with the following errors:
❌ The title scope of the pull request should omit 'aws-' from the name of modified packages. Use 's3tables-alpha' instead of 'aws-s3tables-alpha'.
If you believe this pull request should receive an exemption, please comment and provide a justification. A comment requesting an exemption should contain the text Exemption Request. Additionally, if clarification is needed, add Clarification Request to a comment.
|
|
||||||||||||||
|
|
||||||||||||||
305fa2b to
60c6c83
Compare
Co-Authored-By: Claude Opus 4.6 <[email protected]>
Reason for this change
S3 Tables now supports storage class configuration (STANDARD and INTELLIGENT_TIERING) at both the table bucket and table level. This adds CDK support for this feature.
Description of changes
StorageClassenum withSTANDARDandINTELLIGENT_TIERINGoptionsstorageClassproperty toTableBucketPropsfor configuring bucket-level storage classstorageClassproperty toTablePropsfor configuring table-level storage class (overrides bucket default)Describe any new or updated permissions being added
None
Description of how you validated changes
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license