Uses of Interface
software.amazon.awscdk.services.redshift.alpha.IUser
Package
Description
Amazon Redshift Construct Library
-
Uses of IUser in software.amazon.awscdk.services.redshift.alpha
Modifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.class
(experimental) A user in a Redshift cluster.Modifier and TypeMethodDescriptionstatic IUser
User.fromUserAttributes
(software.constructs.Construct scope, String id, UserAttributes attrs) (experimental) Specify a Redshift user using credentials that already exist.Modifier and TypeMethodDescriptionvoid
ITable.grant
(IUser user, @NotNull TableAction... actions) (experimental) Grant a user privilege to access this table.default void
ITable.Jsii$Default.grant
(IUser user, @NotNull TableAction... actions) (experimental) Grant a user privilege to access this table.final void
ITable.Jsii$Proxy.grant
(IUser user, @NotNull TableAction... actions) (experimental) Grant a user privilege to access this table.void
Table.grant
(IUser user, @NotNull TableAction... actions) (experimental) Grant a user privilege to access this table.