Interface IUser
- All Superinterfaces:
software.constructs.IConstruct
,software.constructs.IDependable
,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IUser.Jsii$Default
- All Known Implementing Classes:
IUser.Jsii$Proxy
,User
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-22T02:24:11.838Z")
@Stability(Experimental)
public interface IUser
extends software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct
(experimental) Represents a user in a Redshift database.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIUser
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionvoid
addTablePrivileges
(ITable table, @NotNull TableAction... actions) (experimental) Grant this user privilege to access a table.(experimental) The cluster where the table is located.(experimental) The name of the database where the table is located.(experimental) The password of the user.(experimental) The name of the user.Methods inherited from interface software.constructs.IConstruct
getNode
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCluster
(experimental) The cluster where the table is located. -
getDatabaseName
(experimental) The name of the database where the table is located. -
getPassword
(experimental) The password of the user. -
getUsername
(experimental) The name of the user. -
addTablePrivileges
@Stability(Experimental) void addTablePrivileges(@NotNull ITable table, @NotNull @NotNull TableAction... actions) (experimental) Grant this user privilege to access a table.- Parameters:
table
- This parameter is required.actions
- This parameter is required.
-