data_cells_filters
Retrieves a list of data_cells_filters
in a region
Overview
Name | data_cells_filters |
Type | Resource |
Description | data_cells_filters |
Id | awscc.lakeformation.data_cells_filters |
Fields
Name | Datatype | Description |
---|---|---|
table_catalog_id | undefined | The Catalog Id of the Table on which to create a Data Cells Filter. |
database_name | undefined | The name of the Database that the Table resides in. |
table_name | undefined | The name of the Table to create a Data Cells Filter for. |
name | undefined | The desired name of the Data Cells Filter. |
region | string | AWS 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