AWS Fundamentals Logo
AWS Fundamentals
AWS::S3Tables::TableBucketPolicy

S3Tables TableBucketPolicy

Applies an IAM resource policy to a table bucket.

Properties

2 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
ResourcePolicy
objectstring
Required
TableBucketARN
string
RequiredCreate-only

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

Resources:
  MyResource:
    Type: AWS::S3Tables::TableBucketPolicy
    Properties:
      ResourcePolicy: "value"
      TableBucketARN: "arn:aws:service:region:account:resource"

Required IAM Permissions

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

create

s3tables:GetTableBuckets3tables:GetTableBucketPolicys3tables:PutTableBucketPolicy

read

s3tables:GetTableBucketPolicy

update

s3tables:GetTableBucketPolicys3tables:PutTableBucketPolicy

delete

s3tables:GetTableBucketPolicys3tables:DeleteTableBucketPolicy

list

s3tables:GetTableBucketPolicys3tables: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
Properties2
Required2
TaggingNot supported
Primary IDTableBucketARN

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

TableBucketARN

External Links