OptInResourceDataDataCellsFilterArgs

data class OptInResourceDataDataCellsFilterArgs(val databaseName: Output<String>? = null, val name: Output<String>? = null, val tableCatalogId: Output<String>? = null, val tableName: Output<String>? = null) : ConvertibleToJava<OptInResourceDataDataCellsFilterArgs>

Constructors

Link copied to clipboard
constructor(databaseName: Output<String>? = null, name: Output<String>? = null, tableCatalogId: Output<String>? = null, tableName: Output<String>? = null)

Properties

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

The name of the database for the table. Unique to a Data Catalog. A database is a set of associated table definitions organized into a logical group. You can Grant and Revoke database privileges to a principal.

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

Name of the table.

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

ID of the catalog to which the table belongs.

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

Name of the table.

Functions

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