JobDatabaseTableOutputOptions

data class JobDatabaseTableOutputOptions(val tableName: String, val tempDirectory: JobS3Location? = null)

Constructors

Link copied to clipboard
constructor(tableName: String, tempDirectory: JobS3Location? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A prefix for the name of a table DataBrew will create in the database.

Link copied to clipboard

Represents an Amazon S3 location (bucket name and object key) where DataBrew can store intermediate results.