Skip to content

Get Table Bucket Policy

s3tables_get_table_bucket_policy R Documentation

Gets details about a table bucket policy

Description

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

Permissions

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

Usage

s3tables_get_table_bucket_policy(tableBucketARN)

Arguments

tableBucketARN

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

Value

A list with the following syntax:

list(
  resourcePolicy = "string"
)

Request syntax

svc$get_table_bucket_policy(
  tableBucketARN = "string"
)