lakeformation_get_data_cells_filter {paws.database}R Documentation

Returns a data cells filter

Description

Returns a data cells filter.

See https://www.paws-r-sdk.com/docs/lakeformation_get_data_cells_filter/ for full documentation.

Usage

lakeformation_get_data_cells_filter(
  TableCatalogId,
  DatabaseName,
  TableName,
  Name
)

Arguments

TableCatalogId

[required] The ID of the catalog to which the table belongs.

DatabaseName

[required] A database in the Glue Data Catalog.

TableName

[required] A table in the database.

Name

[required] The name given by the user to the data filter cell.


[Package paws.database version 0.7.0 Index]