DataCellsFilter

class DataCellsFilter : KotlinCustomResource

A resource schema representing a Lake Formation Data Cells Filter.

Properties

Link copied to clipboard
val columnNames: Output<List<String>>?

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>

The name of the Database that the Table resides in.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>

The desired name of the Data Cells Filter.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
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>

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

Link copied to clipboard
val tableName: Output<String>

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

Link copied to clipboard
val urn: Output<String>