@Generated(value="jsii-pacmak/1.39.0 (build 8af72c2)", date="2021-10-14T05:49:11.598Z") @Stability(value=Experimental) public interface ITable extends software.amazon.jsii.JsiiSerializable, 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.
|
String |
getDatabaseName()
(experimental) The name of the database where the table is located.
|
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.
|
getNode@Stability(value=Experimental) @NotNull ICluster getCluster()
@Stability(value=Experimental) @NotNull String getDatabaseName()
@Stability(value=Experimental) @NotNull List<Column> getTableColumns()
@Stability(value=Experimental) @NotNull String getTableName()
@Stability(value=Experimental)
void grant(@NotNull
IUser user,
@NotNull
TableAction... actions)
user - This parameter is required.actions - This parameter is required.Copyright © 2021. All rights reserved.