ITable

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

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

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.

table_columns

(experimental) The columns of the table.

Stability:

experimental

table_name

(experimental) Name of the table.

Stability:

experimental