AWS::S3Tables::NamespaceCreates 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](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-namespace-create.html) in the *Amazon Simple Storage Service User Guide* . - **Permissions** - You must have the `s3tables:CreateNamespace` permission to use this operation. - **Cloud Development Kit** - To use S3 Tables AWS CDK constructs, add the `@aws-cdk/aws-s3tables-alpha` dependency with one of the following options: - NPM: `npm i
import { CfnNamespace } from 'aws-cdk-lib/aws-s3tables';Or use the module namespace:
import * as s3tables from 'aws-cdk-lib/aws-s3tables';
// s3tables.CfnNamespaceConfiguration passed to the constructor as CfnNamespaceProps.
namespaceRequiredstringThe name of the namespace.
tableBucketArnRequiredstringThe Amazon Resource Name (ARN) of the table bucket to create the namespace in.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-s3tablesAWS::S3Tables::Namespace