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 public static interface IUser.Jsii$Default extends IUser, IConstruct.Jsii$Default
Internal default implementation for IUser.
  • Method Details

    • getNode

      @Stability(Stable) @NotNull default ConstructNode getNode()
      The construct tree node for this construct.
      Specified by:
      getNode in interface IConstruct
      Specified by:
      getNode in interface IConstruct.Jsii$Default
    • getCluster

      @Stability(Experimental) @NotNull default ICluster getCluster()
      (experimental) The cluster where the table is located.
      Specified by:
      getCluster in interface IUser
    • getDatabaseName

      @Stability(Experimental) @NotNull default String getDatabaseName()
      (experimental) The name of the database where the table is located.
      Specified by:
      getDatabaseName in interface IUser
    • getPassword

      @Stability(Experimental) @NotNull default SecretValue getPassword()
      (experimental) The password of the user.
      Specified by:
      getPassword in interface IUser
    • getUsername

      @Stability(Experimental) @NotNull default String getUsername()
      (experimental) The name of the user.
      Specified by:
      getUsername in interface IUser
    • 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 interface IUser
      Parameters:
      table - This parameter is required.
      actions - This parameter is required.