A resource schema representing a Lake Formation Data Cells Filter.
database_name
(String) The name of the Database that the Table resides in.name
(String) The desired name of the Data Cells Filter.table_catalog_id
(String) The Catalog Id of the Table on which to create a Data Cells Filter.table_name
(String) The name of the Table to create a Data Cells Filter for.column_names
(List of String) A list of columns to be included in this Data Cells Filter.column_wildcard
(Attributes) An object representing the Data Cells Filter's Columns. Either Column Names or a Wildcard is required (see below for nested schema)row_filter
(Attributes) An object representing the Data Cells Filter's Row Filter. Either a Filter Expression or a Wildcard is required (see below for nested schema)id
(String) Uniquely identifies the resource.column_wildcard
Optional:
excluded_column_names
(List of String) A list of column names to be excluded from the Data Cells Filter.row_filter
Optional:
all_rows_wildcard
(String) An empty object representing a row wildcard.filter_expression
(String) A PartiQL predicate.Import is supported using the following syntax:
$ terraform import awscc_lakeformation_data_cells_filter.example <resource ID>