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 interfaceInternal default implementation forITable.Classes in software.amazon.awscdk.services.redshift.alpha that implement ITableModifier and TypeClassDescriptionstatic final classA 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 ITableTable.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 TypeMethodDescriptionvoidIUser.addTablePrivileges(ITable table, TableAction... actions) (experimental) Grant this user privilege to access a table.default voidIUser.Jsii$Default.addTablePrivileges(ITable table, TableAction... actions) (experimental) Grant this user privilege to access a table.final voidIUser.Jsii$Proxy.addTablePrivileges(ITable table, TableAction... actions) (experimental) Grant this user privilege to access a table.voidUser.addTablePrivileges(ITable table, TableAction... actions) (experimental) Grant this user privilege to access a table.