lakeformation_update_lf_tag_expression {paws.database} | 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.
See https://www.paws-r-sdk.com/docs/lakeformation_update_lf_tag_expression/ for full documentation.
Usage
lakeformation_update_lf_tag_expression(
Name,
Description = NULL,
CatalogId = NULL,
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. |
[Package paws.database version 0.9.0 Index]