Update Table Metadata Location
update_table_metadata_locationUpdates the metadata location for an S3 table, allowing you to specify a new path for the table metadata.
Instructions
Updates the metadata location for an S3 table. Permissions: You must have the s3tables:UpdateTableMetadataLocation permission.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the table. Must be 1-255 characters long. | |
| namespace | Yes | The name of the namespace. Must be 1-255 characters long. | |
| region_name | No | The AWS region name where the operation should be performed. | |
| version_token | Yes | The version token of the S3 table. Must be 1-2048 characters long. | |
| table_bucket_arn | Yes | Table bucket ARN | |
| metadata_location | Yes | The new metadata location for the S3 table. Must be 1-2048 characters long. |