AWS::S3Tables::TableBucketCreates an Amazon S3 Tables table bucket in the same AWS Region where you create the AWS CloudFormation stack.
6 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
TableBucketName | string | RequiredCreate-only |
EncryptionConfiguration | EncryptionConfiguration | |
MetricsConfiguration | MetricsConfiguration | |
StorageClassConfiguration | StorageClassConfiguration | |
Tags | Array<Tag> | |
UnreferencedFileRemoval | UnreferencedFileRemoval |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
TableBucketARN | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::S3Tables::TableBucket
Resources:
MyResource:
Type: AWS::S3Tables::TableBucket
Properties:
TableBucketName: "my-tablebucketname"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
s3tables:CreateTableBuckets3tables:PutTableBucketMaintenanceConfigurations3tables:PutTableBucketMetricsConfigurations3tables:PutTableBucketEncryptions3tables:PutTableBucketStorageClasss3tables:GetTableBuckets3tables:GetTableBucketMaintenanceConfigurations3tables:GetTableBucketMetricsConfigurations3tables:GetTableBuckets3tables:GetTableBucketMaintenanceConfigurations3tables:GetTableBucketMetricsConfigurations3tables:GetTableBucketEncryptions3tables:GetTableBucketStorageClasss3tables:ListTagsForResources3tables:DeleteTableBucketMetricsConfigurations3tables:PutTableBucketMaintenanceConfigurations3tables:PutTableBucketMetricsConfigurations3tables:PutTableBucketEncryptions3tables:PutTableBucketStorageClasss3tables:GetTableBucketMaintenanceConfigurations3tables:GetTableBucketMetricsConfigurations3tables:GetTableBucketEncryptions3tables:DeleteTableBuckets3tables:ListTableBucketsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterTableBucketARNThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
TableBucketName