@Internal 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 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 String |
getUsername()
(experimental) The name of the user.
|
@Stability(value=Stable) @NotNull default ConstructNode getNode()
@Stability(value=Experimental) @NotNull default ICluster getCluster()
getCluster in interface IUser@Stability(value=Experimental) @NotNull default String getDatabaseName()
getDatabaseName in interface IUser@Stability(value=Experimental) @NotNull default SecretValue getPassword()
getPassword in interface IUser@Stability(value=Experimental) @NotNull default String getUsername()
getUsername in interface IUser@Stability(value=Experimental)
default void addTablePrivileges(@NotNull
ITable table,
@NotNull
TableAction... actions)
addTablePrivileges in interface IUsertable - This parameter is required.actions - This parameter is required.Copyright © 2021. All rights reserved.