AWS::S3Tables::TableBucketPolicyApplies an IAM resource policy to a table bucket.
2 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ResourcePolicy | objectstring | Required |
TableBucketARN | string | RequiredCreate-only |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
s3tables:GetTableBuckets3tables:GetTableBucketPolicys3tables:PutTableBucketPolicys3tables:GetTableBucketPolicys3tables:GetTableBucketPolicys3tables:PutTableBucketPolicys3tables:GetTableBucketPolicys3tables:DeleteTableBucketPolicys3tables:GetTableBucketPolicys3tables: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.
TableBucketARN