DatasetGlueConfigurationArgs

data class DatasetGlueConfigurationArgs(val databaseName: Output<String>, val tableName: Output<String>) : ConvertibleToJava<DatasetGlueConfigurationArgs>

Constructors

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

Properties

Link copied to clipboard
val databaseName: Output<String>

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
val tableName: Output<String>

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.

Functions

Link copied to clipboard
open override fun toJava(): DatasetGlueConfigurationArgs