AWS::S3Tables::Namespace - AWS CloudFormation

This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS 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 AWS 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