Uses of Interface
software.amazon.awscdk.services.glue.ITable
-
Uses of ITable in software.amazon.awscdk.services.glue
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forITable
.Modifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.class
(experimental) A Glue table.Modifier and TypeMethodDescriptionstatic ITable
Table.fromTableArn
(software.constructs.Construct scope, String id, String tableArn) static ITable
Table.fromTableAttributes
(software.constructs.Construct scope, String id, TableAttributes attrs) (experimental) Creates a Table construct that represents an external table.