AWS Fundamentals Logo
AWS Fundamentals
AWS::S3Tables::TableBucket

S3Tables TableBucket

Creates an Amazon S3 Tables table bucket in the same AWS Region where you create the AWS CloudFormation stack.

Properties

6 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
TableBucketName
string
RequiredCreate-only
EncryptionConfiguration
EncryptionConfiguration
MetricsConfiguration
MetricsConfiguration
StorageClassConfiguration
StorageClassConfiguration
Tags
Array<Tag>
UnreferencedFileRemoval
UnreferencedFileRemoval

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
TableBucketARNstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

s3tables:CreateTableBuckets3tables:PutTableBucketMaintenanceConfigurations3tables:PutTableBucketMetricsConfigurations3tables:PutTableBucketEncryptions3tables:PutTableBucketStorageClasss3tables:GetTableBuckets3tables:GetTableBucketMaintenanceConfigurations3tables:GetTableBucketMetricsConfiguration

read

s3tables:GetTableBuckets3tables:GetTableBucketMaintenanceConfigurations3tables:GetTableBucketMetricsConfigurations3tables:GetTableBucketEncryptions3tables:GetTableBucketStorageClasss3tables:ListTagsForResource

update

s3tables:DeleteTableBucketMetricsConfigurations3tables:PutTableBucketMaintenanceConfigurations3tables:PutTableBucketMetricsConfigurations3tables:PutTableBucketEncryptions3tables:PutTableBucketStorageClasss3tables:GetTableBucketMaintenanceConfigurations3tables:GetTableBucketMetricsConfigurations3tables:GetTableBucketEncryption

delete

s3tables:DeleteTableBucket

list

s3tables:ListTableBuckets

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceS3Tables
Properties7
Required1
TaggingSupported
Primary IDTableBucketARN

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

TableBucketName

External Links