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