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$Proxy
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.core.IDependable
IDependable.Jsii$Default, IDependable.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.redshift.IUser
IUser.Jsii$Default, IUser.Jsii$Proxy
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
addTablePrivileges
(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 ConstructNode
getNode()
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:
getNode
in interfaceIConstruct
- Specified by:
getNode
in interfaceIConstruct.Jsii$Default
-
getCluster
(experimental) The cluster where the table is located.- Specified by:
getCluster
in interfaceIUser
-
getDatabaseName
(experimental) The name of the database where the table is located.- Specified by:
getDatabaseName
in interfaceIUser
-
getPassword
(experimental) The password of the user.- Specified by:
getPassword
in interfaceIUser
-
getUsername
(experimental) The name of the user.- Specified by:
getUsername
in 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:
addTablePrivileges
in interfaceIUser
- Parameters:
table
- This parameter is required.actions
- This parameter is required.
-