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:
table (
ITable
) –actions (
TableAction
) –
- 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 tree node.
- password
(experimental) The password of the user.
- Stability:
experimental
- username
(experimental) The name of the user.
- Stability:
experimental