Skip to content

Get Lf Tag

lakeformation_get_lf_tag R Documentation

Returns an LF-tag definition

Description

Returns an LF-tag definition.

Usage

lakeformation_get_lf_tag(CatalogId, 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.

Value

A list with the following syntax:

list(
  CatalogId = "string",
  TagKey = "string",
  TagValues = list(
    "string"
  )
)

Request syntax

svc$get_lf_tag(
  CatalogId = "string",
  TagKey = "string"
)