Opt In Resource Data Table With Columns Args
data class OptInResourceDataTableWithColumnsArgs(val catalogId: Output<String>? = null, val columnNames: Output<List<String>>? = null, val columnWildcard: Output<OptInResourceDataTableWithColumnsColumnWildcardArgs>? = null, val databaseName: Output<String>, val name: Output<String>) : ConvertibleToJava<OptInResourceDataTableWithColumnsArgs>
Properties
Link copied to clipboard
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.