AWS::S3Tables::Namespace - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::S3Tables::Namespace

Creates a namespace. A namespace is a logical grouping of tables within your table bucket, which you can use to organize tables. For more information, see Create a namespace in the Amazon Simple Storage Service User Guide.

Permissions

You must have the s3tables:CreateNamespace permission to use this operation.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::S3Tables::Namespace", "Properties" : { "Namespace" : String, "TableBucketARN" : String } }

YAML

Type: AWS::S3Tables::Namespace Properties: Namespace: String TableBucketARN: String

Properties

Namespace

The name of the namespace.

Required: Yes

Type: String

Minimum: 1

Maximum: 255

Update requires: Replacement

TableBucketARN

Property description not available.

Required: Yes

Type: String

Update requires: Replacement

Return values

Ref