@Internal public static final class IUser.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IUser.Jsii$Default
software.amazon.jsii.JsiiObject.InitializationModeIUser.Jsii$Default, IUser.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) |
| 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.
|
String |
getDatabaseName()
(experimental) The name of the database where the table is located.
|
ConstructNode |
getNode()
The construct tree node for this construct.
|
SecretValue |
getPassword()
(experimental) The password of the user.
|
String |
getUsername()
(experimental) The name of the user.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) @NotNull public final ConstructNode getNode()
getNode in interface IUser.Jsii$Default@Stability(value=Experimental) @NotNull public final ICluster getCluster()
getCluster in interface IUsergetCluster in interface IUser.Jsii$Default@Stability(value=Experimental) @NotNull public final String getDatabaseName()
getDatabaseName in interface IUsergetDatabaseName in interface IUser.Jsii$Default@Stability(value=Experimental) @NotNull public final SecretValue getPassword()
getPassword in interface IUsergetPassword in interface IUser.Jsii$Default@Stability(value=Experimental) @NotNull public final String getUsername()
getUsername in interface IUsergetUsername in interface IUser.Jsii$Default@Stability(value=Experimental)
public final void addTablePrivileges(@NotNull
ITable table,
@NotNull
TableAction... actions)
addTablePrivileges in interface IUseraddTablePrivileges in interface IUser.Jsii$Defaulttable - This parameter is required.actions - This parameter is required.Copyright © 2021. All rights reserved.