@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)", date="2022-08-02T20:25:33.025Z") public interface ITable extends IConstruct
Modifier and Type | Interface and Description |
---|---|
static interface |
ITable.Jsii$Default
Internal default implementation for
ITable . |
static class |
ITable.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
Modifier and Type | Method and Description |
---|---|
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.
|
java.util.List<Column> |
getTableColumns()
(experimental) The columns of the table.
|
java.lang.String |
getTableName()
(experimental) Name of the table.
|
void |
grant(IUser user,
TableAction... actions)
(experimental) Grant a user privilege to access this table.
|
getNode
ICluster getCluster()
java.lang.String getDatabaseName()
java.util.List<Column> getTableColumns()
java.lang.String getTableName()
void grant(IUser user, TableAction... actions)
user
- This parameter is required.actions
- This parameter is required.