IUser

class aws_cdk.aws_redshift_alpha.IUser(*args, **kwargs)

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

with_(*mixins)

Applies one or more mixins to this construct.

Mixins are applied in order. The list of constructs is captured at the start of the call, so constructs added by a mixin will not be visited.

Parameters:

mixins (IMixin) – The mixins to apply.

Return type:

IConstruct

Returns:

This construct for chaining

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 tree node.

password

(experimental) The password of the user.

Stability:

experimental

username

(experimental) The name of the user.

Stability:

experimental