lakeformation_remove_lf_tags_from_resource: Removes an LF-tag from the resource

View source: R/lakeformation_operations.R

lakeformation_remove_lf_tags_from_resourceR 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.


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