PermissionsTableArgs

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

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>

Name of the database for the table. Unique to a Data Catalog.

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

Name of the table.

Link copied to clipboard
val wildcard: Output<Boolean>? = null

Whether to use a wildcard representing every table under a database. Defaults to false. The following arguments are optional:

Functions

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