Rename S3 Table
rename_tableRenames an S3 table or moves it to a different namespace within the same table bucket. Requires s3tables:RenameTable permission.
Instructions
Renames an S3 table or moves it to a different S3 namespace within the same S3 table bucket. Permissions: You must have the s3tables:RenameTable permission.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The current name of the table. Must be 1-255 characters long. | |
| new_name | No | The new name of the table. Must be 1-255 characters long. | |
| namespace | Yes | The current namespace. Must be 1-255 characters long. | |
| region_name | No | The AWS region name where the operation should be performed. | |
| version_token | No | The version token of the S3 table. Must be 1-2048 characters long. | |
| table_bucket_arn | Yes | Table bucket ARN | |
| new_namespace_name | No | The new namespace. Must be 1-255 characters long. |