lakeformation_get_resource_lf_tags {paws.database} | R Documentation |
Returns the LF-tags applied to a resource
Description
Returns the LF-tags applied to a resource.
See https://www.paws-r-sdk.com/docs/lakeformation_get_resource_lf_tags/ for full documentation.
Usage
lakeformation_get_resource_lf_tags(
CatalogId = NULL,
Resource,
ShowAssignedLFTags = 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. |
Resource |
[required] The database, table, or column resource for which you want to return LF-tags. |
ShowAssignedLFTags |
Indicates whether to show the assigned LF-tags. |
[Package paws.database version 0.7.0 Index]