@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-22T19:35:45.885Z") public interface IUser extends IConstruct
Modifier and Type | Interface and Description |
---|---|
static interface |
IUser.Jsii$Default
Internal default implementation for
IUser . |
static class |
IUser.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
Modifier and Type | Method and Description |
---|---|
void |
addTablePrivileges(ITable table,
TableAction... actions)
(experimental) Grant this user privilege to access a table.
|
ICluster |
getCluster()
(experimental) The cluster where the table is located.
|
java.lang.String |
getDatabaseName()
(experimental) The name of the database where the table is located.
|
SecretValue |
getPassword()
(experimental) The password of the user.
|
java.lang.String |
getUsername()
(experimental) The name of the user.
|
getNode
ICluster getCluster()
java.lang.String getDatabaseName()
SecretValue getPassword()
java.lang.String getUsername()
void addTablePrivileges(ITable table, TableAction... actions)
table
- This parameter is required.actions
- This parameter is required.