Interface IUser.Jsii$Default
- All Superinterfaces:
IConstruct,software.constructs.IConstruct,IConstruct.Jsii$Default,software.constructs.IConstruct.Jsii$Default,IDependable,IDependable.Jsii$Default,IUser,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IUser.Jsii$Proxy
- Enclosing interface:
- IUser
Internal default implementation for
IUser.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.core.IConstruct
IConstruct.Jsii$Default, IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.core.IDependable
IDependable.Jsii$Default, IDependable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.redshift.IUser
IUser.Jsii$Default, IUser.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault voidaddTablePrivileges(ITable table, @NotNull 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 ConstructNodegetNode()The construct tree node for this construct.default SecretValue(experimental) The password of the user.default String(experimental) The name of the user.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getNode
The construct tree node for this construct.- Specified by:
getNodein interfaceIConstruct- Specified by:
getNodein interfaceIConstruct.Jsii$Default
-
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 @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.
-