Interface IUser

All Superinterfaces:
IConstruct, software.constructs.IConstruct, IDependable, software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IUser.Jsii$Default
All Known Implementing Classes:
IUser.Jsii$Proxy, User

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:42.849Z") @Stability(Experimental) public interface IUser extends software.amazon.jsii.JsiiSerializable, IConstruct
(experimental) Represents a user in a Redshift database.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Internal default implementation for IUser.
    static final class 
    A proxy class which represents a concrete javascript instance of this type.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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.amazon.awscdk.core.IConstruct

    getNode

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • getCluster

      @Stability(Experimental) @NotNull ICluster getCluster()
      (experimental) The cluster where the table is located.
    • getDatabaseName

      @Stability(Experimental) @NotNull String getDatabaseName()
      (experimental) The name of the database where the table is located.
    • getPassword

      @Stability(Experimental) @NotNull SecretValue getPassword()
      (experimental) The password of the user.
    • getUsername

      @Stability(Experimental) @NotNull String 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.