ITable

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

Bases: IConstruct, Protocol

(experimental) Represents a table in a Redshift database.

Stability:

experimental

Methods

grant(user, *actions)

(experimental) Grant a user privilege to access this 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.

table_columns

(experimental) The columns of the table.

Stability:

experimental

table_name

(experimental) Name of the table.

Stability:

experimental