Interface ITable
- All Superinterfaces:
IConstruct
,software.constructs.IConstruct
,IDependable
,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
ITable.Jsii$Default
- All Known Implementing Classes:
ITable.Jsii$Proxy
,Table
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:42.848Z")
@Stability(Experimental)
public interface ITable
extends software.amazon.jsii.JsiiSerializable, IConstruct
(experimental) Represents a table in a Redshift database.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forITable
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescription(experimental) The cluster where the table is located.(experimental) The name of the database where the table is located.(experimental) The columns of the table.(experimental) Name of the table.void
grant
(IUser user, @NotNull TableAction... actions) (experimental) Grant a user privilege to access this table.Methods inherited from interface software.amazon.awscdk.core.IConstruct
getNode
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCluster
(experimental) The cluster where the table is located. -
getDatabaseName
(experimental) The name of the database where the table is located. -
getTableColumns
(experimental) The columns of the table. -
getTableName
(experimental) Name of the table. -
grant
(experimental) Grant a user privilege to access this table.- Parameters:
user
- This parameter is required.actions
- This parameter is required.
-