PrincipalPermissionsDataCellsFilterResourceArgs

data class PrincipalPermissionsDataCellsFilterResourceArgs(val databaseName: Output<String>, val name: Output<String>, val tableCatalogId: Output<String>, val tableName: Output<String>) : ConvertibleToJava<PrincipalPermissionsDataCellsFilterResourceArgs>

A structure that describes certain columns on certain rows.

Constructors

constructor(databaseName: Output<String>, name: Output<String>, tableCatalogId: Output<String>, tableName: Output<String>)

Properties

Link copied to clipboard
val databaseName: Output<String>

A database in the GLUDC.

Link copied to clipboard
val name: Output<String>

The name given by the user to the data filter cell.

Link copied to clipboard
val tableCatalogId: Output<String>

The ID of the catalog to which the table belongs.

Link copied to clipboard
val tableName: Output<String>

The name of the table.

Functions

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