Interface ITable.Jsii$Default
- All Superinterfaces:
IConstruct
,software.constructs.IConstruct
,IConstruct.Jsii$Default
,software.constructs.IConstruct.Jsii$Default
,IDependable
,IDependable.Jsii$Default
,ITable
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ITable.Jsii$Proxy
- Enclosing interface:
ITable
Internal default implementation for
ITable
.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.core.IConstruct
IConstruct.Jsii$Default, IConstruct.Jsii$Proxy
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.core.IDependable
IDependable.Jsii$Default, IDependable.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.redshift.ITable
ITable.Jsii$Default, ITable.Jsii$Proxy
-
Method Summary
Modifier and TypeMethodDescriptiondefault ICluster
(experimental) The cluster where the table is located.default String
(experimental) The name of the database where the table is located.default ConstructNode
getNode()
The construct tree node for this construct.(experimental) The columns of the table.default String
(experimental) Name of the table.default void
grant
(IUser user, @NotNull TableAction... actions) (experimental) Grant a user privilege to access this table.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getNode
The construct tree node for this construct.- Specified by:
getNode
in interfaceIConstruct
- Specified by:
getNode
in interfaceIConstruct.Jsii$Default
-
getCluster
(experimental) The cluster where the table is located.- Specified by:
getCluster
in interfaceITable
-
getDatabaseName
(experimental) The name of the database where the table is located.- Specified by:
getDatabaseName
in interfaceITable
-
getTableColumns
(experimental) The columns of the table.- Specified by:
getTableColumns
in interfaceITable
-
getTableName
(experimental) Name of the table.- Specified by:
getTableName
in interfaceITable
-
grant
@Stability(Experimental) default void grant(@NotNull IUser user, @NotNull @NotNull TableAction... actions) (experimental) Grant a user privilege to access this table.
-