Skip to content

Update Lf Tag Expression

lakeformation_update_lf_tag_expression R Documentation

Updates the name of the LF-Tag expression to the new description and expression body provided

Description

Updates the name of the LF-Tag expression to the new description and expression body provided. Updating a LF-Tag expression immediately changes the permission boundaries of all existing LFTagPolicy permission grants that reference the given LF-Tag expression.

Usage

lakeformation_update_lf_tag_expression(Name, Description, CatalogId,
  Expression)

Arguments

Name

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

Description

The description with information about the saved LF-Tag expression.

CatalogId

The identifier for the Data Catalog. By default, the account ID.

Expression

[required] The LF-Tag expression body composed of one more LF-Tag key-value pairs.

Value

An empty list.

Request syntax

svc$update_lf_tag_expression(
  Name = "string",
  Description = "string",
  CatalogId = "string",
  Expression = list(
    list(
      TagKey = "string",
      TagValues = list(
        "string"
      )
    )
  )
)