LakeAccountAccountPrivilegePrivilegeObjectArgs

data class LakeAccountAccountPrivilegePrivilegeObjectArgs(val column: Output<String>? = null, val database: Output<String>? = null, val table: Output<String>? = null) : ConvertibleToJava<LakeAccountAccountPrivilegePrivilegeObjectArgs>

Constructors

constructor(column: Output<String>? = null, database: Output<String>? = null, table: Output<String>? = null)

Properties

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

The name of column.

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

The name of database.

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

The name of table.

Functions

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