DatasetDatabaseInputDefinition

data class DatasetDatabaseInputDefinition(val databaseTableName: String? = null, val glueConnectionName: String, val queryString: String? = null, val tempDirectory: DatasetS3Location? = null)

Constructors

Link copied to clipboard
fun DatasetDatabaseInputDefinition(databaseTableName: String? = null, glueConnectionName: String, queryString: String? = null, tempDirectory: DatasetS3Location? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Database table name

Link copied to clipboard

Glue connection name

Link copied to clipboard
val queryString: String? = null

Custom SQL to run against the provided AWS Glue connection. This SQL will be used as the input for DataBrew projects and jobs.

Link copied to clipboard