Uses of Interface
software.amazon.awscdk.services.redshift.IUser
Packages that use IUser
-
Uses of IUser in software.amazon.awscdk.services.redshift
Subinterfaces of IUser in software.amazon.awscdk.services.redshiftClasses in software.amazon.awscdk.services.redshift that implement IUserModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.class(experimental) A user in a Redshift cluster.Methods in software.amazon.awscdk.services.redshift that return IUserModifier and TypeMethodDescriptionstatic IUserUser.fromUserAttributes(software.constructs.Construct scope, String id, UserAttributes attrs) (experimental) Specify a Redshift user using credentials that already exist.Methods in software.amazon.awscdk.services.redshift with parameters of type IUserModifier and TypeMethodDescriptionvoidITable.grant(IUser user, @NotNull TableAction... actions) (experimental) Grant a user privilege to access this table.default voidITable.Jsii$Default.grant(IUser user, @NotNull TableAction... actions) (experimental) Grant a user privilege to access this table.final voidITable.Jsii$Proxy.grant(IUser user, @NotNull TableAction... actions) (experimental) Grant a user privilege to access this table.voidTable.grant(IUser user, @NotNull TableAction... actions) (experimental) Grant a user privilege to access this table.