@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-22T19:35:45.885Z") 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.