Skip to content

Rename Table

s3tables_rename_table R Documentation

Renames a table or a namespace

Description

Renames a table or a namespace. For more information, see S3 Tables in the Amazon Simple Storage Service User Guide.

Permissions

You must have the s3tables:RenameTable permission to use this operation.

Usage

s3tables_rename_table(tableBucketARN, namespace, name, newNamespaceName,
  newName, versionToken)

Arguments

tableBucketARN

[required] The Amazon Resource Name (ARN) of the table bucket.

namespace

[required] The namespace associated with the table.

name

[required] The current name of the table.

newNamespaceName

The new name for the namespace.

newName

The new name for the table.

versionToken

The version token of the table.

Value

An empty list.

Request syntax

svc$rename_table(
  tableBucketARN = "string",
  namespace = "string",
  name = "string",
  newNamespaceName = "string",
  newName = "string",
  versionToken = "string"
)