Data Cells Filter Args
data class DataCellsFilterArgs(val columnNames: Output<List<String>>? = null, val columnWildcard: Output<DataCellsFilterColumnWildcardArgs>? = null, val databaseName: Output<String>? = null, val name: Output<String>? = null, val rowFilter: Output<DataCellsFilterRowFilterArgs>? = null, val tableCatalogId: Output<String>? = null, val tableName: Output<String>? = null) : ConvertibleToJava<DataCellsFilterArgs>
A resource schema representing a Lake Formation Data Cells Filter.
Constructors
Link copied to clipboard
constructor(columnNames: Output<List<String>>? = null, columnWildcard: Output<DataCellsFilterColumnWildcardArgs>? = null, databaseName: Output<String>? = null, name: Output<String>? = null, rowFilter: Output<DataCellsFilterRowFilterArgs>? = null, tableCatalogId: Output<String>? = null, tableName: Output<String>? = null)
Properties
Link copied to clipboard
A list of columns to be included in this Data Cells Filter.
Link copied to clipboard
An object representing the Data Cells Filter's Columns. Either Column Names or a Wildcard is required
Link copied to clipboard
The name of the Database that the Table resides in.
Link copied to clipboard
An object representing the Data Cells Filter's Row Filter. Either a Filter Expression or a Wildcard is required
Link copied to clipboard
The Catalog Id of the Table on which to create a Data Cells Filter.