ConfiguredTableGlueTableReference

data class ConfiguredTableGlueTableReference(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 the AWS Glue table belongs to.

Link copied to clipboard

The name of the AWS Glue table.