Skip to content

Get Table Bucket

s3tables_get_table_bucket R Documentation

Gets details on a table bucket

Description

Gets details on a table bucket. For more information, see Viewing details about an Amazon S3 table bucket in the Amazon Simple Storage Service User Guide.

Permissions

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

Usage

s3tables_get_table_bucket(tableBucketARN)

Arguments

tableBucketARN

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

Value

A list with the following syntax:

list(
  arn = "string",
  name = "string",
  ownerAccountId = "string",
  createdAt = as.POSIXct(
    "2015-01-01"
  )
)

Request syntax

svc$get_table_bucket(
  tableBucketARN = "string"
)