lakeformation_create_lf_tag: Creates an LF-tag with the specified name and values

View source: R/lakeformation_operations.R

lakeformation_create_lf_tagR Documentation

Creates an LF-tag with the specified name and values

Description

Creates an LF-tag with the specified name and values.

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

Usage

lakeformation_create_lf_tag(CatalogId = NULL, TagKey, TagValues)

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.

TagValues

[required] A list of possible values an attribute can take.


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