lakeformation_delete_lf_tag_expression {paws.database}R Documentation

Deletes the LF-Tag expression

Description

Deletes the LF-Tag expression. The caller must be a data lake admin or have DROP permissions on the LF-Tag expression. Deleting a LF-Tag expression will also delete all LFTagPolicy permissions referencing the LF-Tag expression.

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

Usage

lakeformation_delete_lf_tag_expression(Name, CatalogId = NULL)

Arguments

Name

[required] The name for the LF-Tag expression.

CatalogId

The identifier for the Data Catalog. By default, the account ID in which the LF-Tag expression is saved.


[Package paws.database version 0.9.0 Index]