AWS Fundamentals Logo
AWS Fundamentals
AWS::S3Tables::Table

S3Tables Table

Resource Type definition for AWS::S3Tables::Table

Properties

10 configurable properties. 4 required. Click a row to see details.

Filter:
PropertyTypeFlags
Namespace
string
Required
OpenTableFormat
string
RequiredCreate-only
TableBucketARN
string
RequiredCreate-only
TableName
string
Required
Compaction
Compaction
IcebergMetadata
IcebergMetadata
Create-onlyWrite-only
SnapshotManagement
SnapshotManagement
StorageClassConfiguration
StorageClassConfiguration
Create-only
Tags
Array<Tag>
WithoutMetadata
string
Create-onlyWrite-only

Return Values

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

AttributeTypeDescription
TableARNstring-
VersionTokenstring-
WarehouseLocationstring-

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::Table

Resources:
  MyResource:
    Type: AWS::S3Tables::Table
    Properties:
      TableBucketARN: "arn:aws:service:region:account:resource"
      Namespace: "my-namespace"
      TableName: "my-tablename"
      OpenTableFormat: "value"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

read

s3tables:GetTables3tables:GetTableMaintenanceConfigurations3tables:GetTableStorageClasss3tables:ListTagsForResource

create

s3tables:CreateTables3tables:PutTableDatas3tables:GetTables3tables:PutTableMaintenanceConfigurations3tables:GetTableMaintenanceConfigurations3tables:PutTableStorageClasss3tables:GetTableStorageClasss3tables:TagResource

update

s3tables:GetTables3tables:RenameTables3tables:PutTableMaintenanceConfigurations3tables:GetTableMaintenanceConfigurations3tables:TagResources3tables:UntagResources3tables:ListTagsForResource

list

s3tables:ListTabless3tables:ListTableBucketss3tables:ListNamespaces

delete

s3tables:GetTables3tables:DeleteTable

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
Properties13
Required4
TaggingSupported
Primary IDTableARN

Supported Operations

ReadCreateUpdateListDelete

Immutable After Creation

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

TableBucketARNOpenTableFormatIcebergMetadataWithoutMetadataStorageClassConfiguration

External Links