lakeformation_get_effective_permissions_for_path: Returns the Lake Formation permissions for a specified table...

View source: R/lakeformation_operations.R

lakeformation_get_effective_permissions_for_pathR Documentation

Returns the Lake Formation permissions for a specified table or database resource located at a path in Amazon S3

Description

Returns the Lake Formation permissions for a specified table or database resource located at a path in Amazon S3. get_effective_permissions_for_path will not return databases and tables if the catalog is encrypted.

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

Usage

lakeformation_get_effective_permissions_for_path(
  CatalogId = NULL,
  ResourceArn,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

CatalogId

The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.

ResourceArn

[required] The Amazon Resource Name (ARN) of the resource for which you want to get permissions.

NextToken

A continuation token, if this is not the first call to retrieve this list.

MaxResults

The maximum number of results to return.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.