Interface IUser.Jsii$Default
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default,IUser,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IUser.Jsii$Proxy
- Enclosing interface:
IUser
@Internal
public static interface IUser.Jsii$Default
extends IUser, software.constructs.IConstruct.Jsii$Default
Internal default implementation for
IUser.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.redshift.alpha.IUser
IUser.Jsii$Default, IUser.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault voidaddTablePrivileges(ITable table, TableAction... actions) (experimental) Grant this user privilege to access a table.default ICluster(experimental) The cluster where the table is located.default String(experimental) The name of the database where the table is located.default SecretValue(experimental) The password of the user.default String(experimental) The name of the user.Methods inherited from interface software.constructs.IConstruct.Jsii$Default
getNodeMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCluster
(experimental) The cluster where the table is located.- Specified by:
getClusterin interfaceIUser
-
getDatabaseName
(experimental) The name of the database where the table is located.- Specified by:
getDatabaseNamein interfaceIUser
-
getPassword
(experimental) The password of the user.- Specified by:
getPasswordin interfaceIUser
-
getUsername
(experimental) The name of the user.- Specified by:
getUsernamein interfaceIUser
-
addTablePrivileges
@Stability(Experimental) default void addTablePrivileges(@NotNull ITable table, @NotNull TableAction... actions) (experimental) Grant this user privilege to access a table.- Specified by:
addTablePrivilegesin interfaceIUser- Parameters:
table- This parameter is required.actions- This parameter is required.
-