Create S3 Table
create_tableCreates an S3 table in a specified namespace within an S3 table bucket, allowing configuration of format and metadata.
Instructions
Creates a new S3 table associated with the given S3 namespace in an S3 table bucket. The S3 table can be configured with specific format and metadata settings. Permissions: You must have the s3tables:CreateTable permission.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the table. Must be 1-255 characters long and contain only alphanumeric characters, underscores, and hyphens. | |
| format | No | The format for the S3 table. | |
| metadata | No | The metadata for the S3 table (JSON string). | |
| namespace | Yes | The name of the namespace. Must be 1-255 characters long and contain only alphanumeric characters, underscores, and hyphens. | |
| region_name | No | The AWS region name where the operation should be performed. | |
| table_bucket_arn | Yes | Table bucket ARN |