@Internal public static final class ITable.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ITable.Jsii$Default
software.amazon.jsii.JsiiObject.InitializationModeITable.Jsii$Default, ITable.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
List<Column> |
getTableColumns()
(experimental) The columns of the table.
|
String |
getTableName()
(experimental) Name of the table.
|
void |
grant(IUser user,
TableAction... actions)
(experimental) Grant a user privilege to access this table.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) @NotNull public final ConstructNode getNode()
getNode in interface ITable.Jsii$Default@Stability(value=Experimental) @NotNull public final ICluster getCluster()
getCluster in interface ITablegetCluster in interface ITable.Jsii$Default@Stability(value=Experimental) @NotNull public final String getDatabaseName()
getDatabaseName in interface ITablegetDatabaseName in interface ITable.Jsii$Default@Stability(value=Experimental) @NotNull public final List<Column> getTableColumns()
getTableColumns in interface ITablegetTableColumns in interface ITable.Jsii$Default@Stability(value=Experimental) @NotNull public final String getTableName()
getTableName in interface ITablegetTableName in interface ITable.Jsii$Default@Stability(value=Experimental)
public final void grant(@NotNull
IUser user,
@NotNull
TableAction... actions)
grant in interface ITablegrant in interface ITable.Jsii$Defaultuser - This parameter is required.actions - This parameter is required.Copyright © 2021. All rights reserved.