lakeformation_delete_lf_tag: Deletes the specified LF-tag given a key name

View source: R/lakeformation_operations.R

lakeformation_delete_lf_tagR Documentation

Deletes the specified LF-tag given a key name

Description

Deletes the specified LF-tag given a key name. If the input parameter tag key was not found, then the operation will throw an exception. When you delete an LF-tag, the LFTagPolicy attached to the LF-tag becomes invalid. If the deleted LF-tag was still assigned to any resource, the tag policy attach to the deleted LF-tag will no longer be applied to the resource.

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

Usage

lakeformation_delete_lf_tag(CatalogId = NULL, TagKey)

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.

TagKey

[required] The key-name for the LF-tag to delete.


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