lakeformation_search_tables_by_lf_tags: This operation allows a search on TABLE resources by LFTags

View source: R/lakeformation_operations.R

lakeformation_search_tables_by_lf_tagsR Documentation

This operation allows a search on TABLE resources by LFTags

Description

This operation allows a search on TABLE resources by LFTags. This will be used by admins who want to grant user permissions on certain LF-tags. Before making a grant, the admin can use search_tables_by_lf_tags to find all resources where the given LFTags are valid to verify whether the returned resources can be shared.

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

Usage

lakeformation_search_tables_by_lf_tags(
  NextToken = NULL,
  MaxResults = NULL,
  CatalogId = NULL,
  Expression
)

Arguments

NextToken

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

MaxResults

The maximum number of results to return.

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.

Expression

[required] A list of conditions (LFTag structures) to search for in table resources.


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