| Modifier and Type | Interface and Description |
|---|---|
static interface |
ITable.Jsii$Default
Internal default implementation for
ITable. |
| Modifier and Type | Class and Description |
|---|---|
static class |
ITable.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
Table
(experimental) A table in a Redshift cluster.
|
| Modifier and Type | Method and Description |
|---|---|
static ITable |
Table.fromTableAttributes(software.constructs.Construct scope,
String id,
TableAttributes attrs)
(experimental) Specify a Redshift table using a table name and schema that already exists.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IUser.addTablePrivileges(ITable table,
TableAction... actions)
(experimental) Grant this user privilege to access a table.
|
void |
IUser.Jsii$Proxy.addTablePrivileges(ITable table,
TableAction... actions)
(experimental) Grant this user privilege to access a table.
|
default void |
IUser.Jsii$Default.addTablePrivileges(ITable table,
TableAction... actions)
(experimental) Grant this user privilege to access a table.
|
void |
User.addTablePrivileges(ITable table,
TableAction... actions)
(experimental) Grant this user privilege to access a table.
|
Copyright © 2022. All rights reserved.