GlueConfiguration

Configuration information for coordination with Glue, a fully managed extract, transform and load (ETL) service.

Types

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

Properties

Link copied to clipboard

The name of the database in your Glue Data Catalog in which the table is located. An Glue Data Catalog database contains metadata tables.

Link copied to clipboard

The name of the table in your Glue Data Catalog that is used to perform the ETL operations. An Glue Data Catalog table contains partitioned data and descriptions of data sources and targets.

Functions

Link copied to clipboard
inline fun copy(block: GlueConfiguration.Builder.() -> Unit = {}): GlueConfiguration
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