Skip to content

Create Table Bucket

s3tables_create_table_bucket R Documentation

Creates a table bucket

Description

Creates a table bucket. For more information, see Creating a table bucket in the Amazon Simple Storage Service User Guide.

Permissions

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

Usage

s3tables_create_table_bucket(name)

Arguments

name

[required] The name for the table bucket.

Value

A list with the following syntax:

list(
  arn = "string"
)

Request syntax

svc$create_table_bucket(
  name = "string"
)