GlueTable

class GlueTable

The database and table in the Glue Data Catalog that is used for input or output data.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Additional options for the table. Currently there are two keys supported:

Link copied to clipboard

A unique identifier for the Glue Data Catalog.

Link copied to clipboard

The name of the connection to the Glue Data Catalog.

Link copied to clipboard

A database name in the Glue Data Catalog.

Link copied to clipboard

A table name in the Glue Data Catalog.

Functions

Link copied to clipboard
inline fun copy(block: GlueTable.Builder.() -> Unit = {}): GlueTable
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String