s3tables_create_table {paws.storage}R Documentation

Creates a new table associated with the given namespace in a table bucket

Description

Creates a new table associated with the given namespace in a table bucket. For more information, see Creating an Amazon S3 table in the Amazon Simple Storage Service User Guide.

See https://www.paws-r-sdk.com/docs/s3tables_create_table/ for full documentation.

Usage

s3tables_create_table(tableBucketARN, namespace, name, format, metadata = NULL)

Arguments

tableBucketARN

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

namespace

[required] The namespace to associated with the table.

name

[required] The name for the table.

format

[required] The format for the table.

metadata

The metadata for the table.


[Package paws.storage version 0.9.0 Index]