data_cells_filter
Gets an individual data_cells_filter
resource
Overview
Name | data_cells_filter |
Type | Resource |
Description | data_cells_filter |
Id | awscc.lakeformation.data_cells_filter |
Fields
Name | Datatype | Description |
---|---|---|
table_catalog_id | string | The Catalog Id of the Table on which to create a Data Cells Filter. |
database_name | string | The name of the Database that the Table resides in. |
table_name | string | The name of the Table to create a Data Cells Filter for. |
name | string | The desired name of the Data Cells Filter. |
row_filter | object | An object representing the Data Cells Filter's Row Filter. Either a Filter Expression or a Wildcard is required |
column_names | array | A list of columns to be included in this Data Cells Filter. |
column_wildcard | object | An object representing the Data Cells Filter's Columns. Either Column Names or a Wildcard is required |
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,
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