lakeformation_list_lf_tag_expressions {paws.database}R Documentation

Returns the LF-Tag expressions in caller’s account filtered based on caller's permissions

Description

Returns the LF-Tag expressions in caller’s account filtered based on caller's permissions. Data Lake and read only admins implicitly can see all tag expressions in their account, else caller needs DESCRIBE permissions on tag expression.

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

Usage

lakeformation_list_lf_tag_expressions(
  CatalogId = NULL,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

CatalogId

The identifier for the Data Catalog. By default, the account ID.

MaxResults

The maximum number of results to return.

NextToken

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


[Package paws.database version 0.9.0 Index]