Skip to content

Get Table Metadata Location

s3tables_get_table_metadata_location R Documentation

Gets the location of the table metadata

Description

Gets the location of the table metadata.

Permissions

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

Usage

s3tables_get_table_metadata_location(tableBucketARN, namespace, name)

Arguments

tableBucketARN

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

namespace

[required] The namespace of the table.

name

[required] The name of the table.

Value

A list with the following syntax:

list(
  versionToken = "string",
  metadataLocation = "string",
  warehouseLocation = "string"
)

Request syntax

svc$get_table_metadata_location(
  tableBucketARN = "string",
  namespace = "string",
  name = "string"
)