Skip to main content

data_cells_filter

Gets an individual data_cells_filter resource

Overview

Namedata_cells_filter
TypeResource
Descriptiondata_cells_filter
Idawscc.lakeformation.data_cells_filter

Fields

NameDatatypeDescription
table_catalog_idstringThe Catalog Id of the Table on which to create a Data Cells Filter.
database_namestringThe name of the Database that the Table resides in.
table_namestringThe name of the Table to create a Data Cells Filter for.
namestringThe desired name of the Data Cells Filter.
row_filterobjectAn object representing the Data Cells Filter's Row Filter. Either a Filter Expression or a Wildcard is required
column_namesarrayA list of columns to be included in this Data Cells Filter.
column_wildcardobjectAn object representing the Data Cells Filter's Columns. Either Column Names or a Wildcard is required
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
table_catalog_id,
database_name,
table_name,
name,
row_filter,
column_names,
column_wildcard
FROM awscc.lakeformation.data_cells_filter
WHERE data__Identifier = '<TableCatalogId>|<DatabaseName>|<TableName>|<Name>';

Permissions

To operate on the data_cells_filter resource, the following permissions are required:

Delete

lakeformation:DeleteDataCellsFilter

Read

lakeformation:ListDataCellsFilter