public static interface IUser.Jsii$Default extends IUser, IConstruct.Jsii$Default
IUser
.IUser.Jsii$Default, IUser.Jsii$Proxy
Modifier and Type | Method and Description |
---|---|
default void |
addTablePrivileges(ITable table,
TableAction... actions)
(experimental) Grant this user privilege to access a table.
|
default ICluster |
getCluster()
(experimental) The cluster where the table is located.
|
default java.lang.String |
getDatabaseName()
(experimental) The name of the database where the table is located.
|
default ConstructNode |
getNode()
The construct tree node for this construct.
|
default SecretValue |
getPassword()
(experimental) The password of the user.
|
default java.lang.String |
getUsername()
(experimental) The name of the user.
|
default ConstructNode getNode()
getNode
in interface IConstruct
getNode
in interface IConstruct.Jsii$Default
default ICluster getCluster()
getCluster
in interface IUser
default java.lang.String getDatabaseName()
getDatabaseName
in interface IUser
default SecretValue getPassword()
getPassword
in interface IUser
default java.lang.String getUsername()
getUsername
in interface IUser
default void addTablePrivileges(ITable table, TableAction... actions)
addTablePrivileges
in interface IUser
table
- This parameter is required.actions
- This parameter is required.