lakeformation_remove_lf_tags_from_resource {paws.database} | R Documentation |
Removes an LF-tag from the resource
Description
Removes an LF-tag from the resource. Only database, table, or tableWithColumns resource are allowed. To tag columns, use the column inclusion list in tableWithColumns
to specify column input.
See https://www.paws-r-sdk.com/docs/lakeformation_remove_lf_tags_from_resource/ for full documentation.
Usage
lakeformation_remove_lf_tags_from_resource(CatalogId = NULL, Resource, LFTags)
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 where you want to remove an LF-tag. |
LFTags |
[required] The LF-tags to be removed from the resource. |
[Package paws.database version 0.9.0 Index]