OptInResourceDataTableArgs

data class OptInResourceDataTableArgs(val catalogId: Output<String>? = null, val databaseName: Output<String>, val name: Output<String>? = null, val wildcard: Output<Boolean>? = null) : ConvertibleToJava<OptInResourceDataTableArgs>

Constructors

Link copied to clipboard
constructor(catalogId: Output<String>? = null, databaseName: Output<String>, name: Output<String>? = null, wildcard: Output<Boolean>? = null)

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 databaseName: Output<String>

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 wildcard: Output<Boolean>? = null

Boolean value that indicates whether to use a wildcard representing every table under the specified database. When set to true, this represents all tables within the specified database. At least one of TableResource$Name or TableResource$Wildcard is required.

Functions

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