IUser

class aws_cdk.aws_redshift.IUser(*args, **kwds)

Bases: IConstruct, Protocol

(experimental) Represents a user in a Redshift database.

Stability:

experimental

Methods

add_table_privileges(table, *actions)

(experimental) Grant this user privilege to access a table.

Parameters:
Stability:

experimental

Return type:

None

Attributes

cluster

(experimental) The cluster where the table is located.

Stability:

experimental

database_name

(experimental) The name of the database where the table is located.

Stability:

experimental

node

The construct tree node for this construct.

password

(experimental) The password of the user.

Stability:

experimental

username

(experimental) The name of the user.

Stability:

experimental