DatasetGlueConfiguration

data class DatasetGlueConfiguration(val databaseName: String, val tableName: String)

Constructors

Link copied to clipboard
constructor(databaseName: String, tableName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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