OptInResourceDataTableWithColumns

data class OptInResourceDataTableWithColumns(val catalogId: String? = null, val columnNames: List<String>? = null, val columnWildcard: OptInResourceDataTableWithColumnsColumnWildcard? = null, val databaseName: String, val name: String)

Constructors

Link copied to clipboard
constructor(catalogId: String? = null, columnNames: List<String>? = null, columnWildcard: OptInResourceDataTableWithColumnsColumnWildcard? = null, databaseName: String, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val catalogId: String? = null

Identifier for the Data Catalog. By default, it is the account ID of the caller.

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

List of column names for the table. At least one of ColumnNames or ColumnWildcard is required.

Link copied to clipboard

Wildcard specified by a ColumnWildcard object. At least one of ColumnNames or ColumnWildcard is required.

Link copied to clipboard

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

Name of the table.