Uses of Interface
software.amazon.awscdk.services.glue.ITable
Packages that use ITable
-
Uses of ITable in software.amazon.awscdk.services.glue
Subinterfaces of ITable in software.amazon.awscdk.services.glueModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forITable.Classes in software.amazon.awscdk.services.glue that implement ITableModifier and TypeClassDescriptionclassA Glue table that targets an external data location (e.g.static final classA proxy class which represents a concrete javascript instance of this type.classA Glue table that targets a S3 dataset.classA Glue table.Methods in software.amazon.awscdk.services.glue that return ITableModifier and TypeMethodDescriptionstatic ITableTableBase.fromTableArn(software.constructs.Construct scope, String id, String tableArn) static ITableTableBase.fromTableAttributes(software.constructs.Construct scope, String id, TableAttributes attrs) Creates a Table construct that represents an external table.Methods in software.amazon.awscdk.services.glue with parameters of type ITableModifier and TypeMethodDescriptionstatic DataQualityTargetTableDataQualityTargetTable.fromTable(IDatabaseRef database, ITable table) Target an L2 table in a database.