@Internal public static interface ITable.Jsii$Default extends ITable, IConstruct.Jsii$Default
ITable.ITable.Jsii$Default, ITable.Jsii$Proxy| Modifier and Type | Method and Description |
|---|---|
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 List<Column> |
getTableColumns()
(experimental) The columns of the table.
|
default String |
getTableName()
(experimental) Name of the table.
|
default void |
grant(IUser user,
TableAction... actions)
(experimental) Grant a user privilege to access this table.
|
@Stability(value=Stable) @NotNull default ConstructNode getNode()
@Stability(value=Experimental) @NotNull default ICluster getCluster()
getCluster in interface ITable@Stability(value=Experimental) @NotNull default String getDatabaseName()
getDatabaseName in interface ITable@Stability(value=Experimental) @NotNull default List<Column> getTableColumns()
getTableColumns in interface ITable@Stability(value=Experimental) @NotNull default String getTableName()
getTableName in interface ITable@Stability(value=Experimental)
default void grant(@NotNull
IUser user,
@NotNull
TableAction... actions)
Copyright © 2021. All rights reserved.