ResourceLfTagTableWithColumnsArgs

data class ResourceLfTagTableWithColumnsArgs(val catalogId: Output<String>? = null, val columnNames: Output<List<String>>? = null, val columnWildcard: Output<ResourceLfTagTableWithColumnsColumnWildcardArgs>? = null, val databaseName: Output<String>, val name: Output<String>) : ConvertibleToJava<ResourceLfTagTableWithColumnsArgs>

Constructors

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

Properties

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

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

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

Set of column names for the table.

Link copied to clipboard

Option to add column wildcard. See Column Wildcard for more details.

Link copied to clipboard
val databaseName: Output<String>

Name of the database for the table with columns resource. Unique to the Data Catalog.

Link copied to clipboard
val name: Output<String>

Name of the table resource. The following arguments are optional:

Functions

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