Uses of Interface
software.amazon.awscdk.services.redshift.alpha.ITable
Packages that use ITable
Package
Description
Amazon Redshift Construct Library
-
Uses of ITable in software.amazon.awscdk.services.redshift.alpha
Subinterfaces of ITable in software.amazon.awscdk.services.redshift.alphaModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forITable
.Classes in software.amazon.awscdk.services.redshift.alpha that implement ITableModifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.class
(experimental) A table in a Redshift cluster.Methods in software.amazon.awscdk.services.redshift.alpha that return ITableModifier and TypeMethodDescriptionstatic ITable
Table.fromTableAttributes
(software.constructs.Construct scope, String id, TableAttributes attrs) (experimental) Specify a Redshift table using a table name and schema that already exists.Methods in software.amazon.awscdk.services.redshift.alpha with parameters of type ITableModifier and TypeMethodDescriptionvoid
IUser.addTablePrivileges
(ITable table, @NotNull TableAction... actions) (experimental) Grant this user privilege to access a table.default void
IUser.Jsii$Default.addTablePrivileges
(ITable table, @NotNull TableAction... actions) (experimental) Grant this user privilege to access a table.final void
IUser.Jsii$Proxy.addTablePrivileges
(ITable table, @NotNull TableAction... actions) (experimental) Grant this user privilege to access a table.void
User.addTablePrivileges
(ITable table, @NotNull TableAction... actions) (experimental) Grant this user privilege to access a table.