lakeformation_delete_data_cells_filter {paws.database} | R Documentation |
Deletes a data cell filter
Description
Deletes a data cell filter.
See https://www.paws-r-sdk.com/docs/lakeformation_delete_data_cells_filter/ for full documentation.
Usage
lakeformation_delete_data_cells_filter(
TableCatalogId = NULL,
DatabaseName = NULL,
TableName = NULL,
Name = NULL
)
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. |
[Package paws.database version 0.6.0 Index]