lakeformation_list_lf_tags: Lists LF-tags that the requester has permission to view

View source: R/lakeformation_operations.R

lakeformation_list_lf_tagsR Documentation

Lists LF-tags that the requester has permission to view

Description

Lists LF-tags that the requester has permission to view.

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

Usage

lakeformation_list_lf_tags(
  CatalogId = NULL,
  ResourceShareType = NULL,
  MaxResults = NULL,
  NextToken = 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.

ResourceShareType

If resource share type is ALL, returns both in-account LF-tags and shared LF-tags that the requester has permission to view. If resource share type is FOREIGN, returns all share LF-tags that the requester can view. If no resource share type is passed, lists LF-tags in the given catalog ID that the requester has permission to view.

MaxResults

The maximum number of results to return.

NextToken

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


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