Delete Data Cells Filter
lakeformation_delete_data_cells_filter | R Documentation |
Deletes a data cell filter¶
Description¶
Deletes a data cell filter.
Usage¶
lakeformation_delete_data_cells_filter(TableCatalogId, DatabaseName,
TableName, Name)
Arguments¶
TableCatalogId |
The ID of the catalog to which the table belongs. |
DatabaseName |
A database in the Glue Data Catalog. |
TableName |
A table in the database. |
Name |
The name given by the user to the data filter cell. |
Value¶
An empty list.
Request syntax¶
svc$delete_data_cells_filter(
TableCatalogId = "string",
DatabaseName = "string",
TableName = "string",
Name = "string"
)