AWS::S3Tables::NamespaceResource Type definition for AWS::S3Tables::Namespace
2 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Namespace | string | RequiredCreate-only |
TableBucketARN | string | RequiredCreate-only |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::S3Tables::Namespace
Resources:
MyResource:
Type: AWS::S3Tables::Namespace
Properties:
Namespace: "my-namespace"
TableBucketARN: "arn:aws:service:region:account:resource"Permissions CloudFormation needs in your IAM role to manage this resource.
s3tables:CreateNamespaces3tables:GetNamespaces3tables:DeleteNamespaces3tables:ListNamespacess3tables: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.
TableBucketARNNamespace