toggle menu
pulumi-alicloud-kotlin
3.79.0.0
jvm
switch theme
search in API
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.adb.kotlin.outputs
/
LakeAccountAccountPrivilegePrivilegeObject
Lake
Account
Account
Privilege
Privilege
Object
data
class
LakeAccountAccountPrivilegePrivilegeObject
(
val
column
:
String
?
=
null
,
val
database
:
String
?
=
null
,
val
table
:
String
?
=
null
)
Members
Constructors
Lake
Account
Account
Privilege
Privilege
Object
Link copied to clipboard
constructor
(
column
:
String
?
=
null
,
database
:
String
?
=
null
,
table
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
column
Link copied to clipboard
val
column
:
String
?
=
null
The name of column.
database
Link copied to clipboard
val
database
:
String
?
=
null
The name of database.
table
Link copied to clipboard
val
table
:
String
?
=
null
The name of table.