DataCellsFilterArgs

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
val columnNames: Output<List<String>>? = null

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
val databaseName: Output<String>? = null

The name of the Database that the Table resides in.

Link copied to clipboard
val name: Output<String>? = null

The desired name of the Data Cells Filter.

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
val tableCatalogId: Output<String>? = null

The Catalog Id of the Table on which to create a Data Cells Filter.

Link copied to clipboard
val tableName: Output<String>? = null

The name of the Table to create a Data Cells Filter for.

Functions

Link copied to clipboard
open override fun toJava(): DataCellsFilterArgs