Skip to main content

data_cells_filters

Retrieves a list of data_cells_filters in a region

Overview

Namedata_cells_filters
TypeResource
Descriptiondata_cells_filters
Idawscc.lakeformation.data_cells_filters

Fields

NameDatatypeDescription
table_catalog_idundefinedThe Catalog Id of the Table on which to create a Data Cells Filter.
database_nameundefinedThe name of the Database that the Table resides in.
table_nameundefinedThe name of the Table to create a Data Cells Filter for.
nameundefinedThe desired name of the Data Cells Filter.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
table_catalog_id,
database_name,
table_name,
name
FROM awscc.lakeformation.data_cells_filters
WHERE region = 'us-east-1'

Permissions

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

Create

lakeformation:CreateDataCellsFilter,
glue:GetTable

List

lakeformation:ListDataCellsFilter