lakeformation_list_lf_tags {paws.database} | R 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 |
MaxResults |
The maximum number of results to return. |
NextToken |
A continuation token, if this is not the first call to retrieve this list. |