DatabaseOutput

Represents a JDBC database output object which defines the output destination for a DataBrew recipe job to write into.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.

Link copied to clipboard

The output mode to write into the database. Currently supported option: NEW_TABLE.

Link copied to clipboard

The Glue connection that stores the connection information for the target database.

Functions

Link copied to clipboard
inline fun copy(block: DatabaseOutput.Builder.() -> Unit = {}): DatabaseOutput
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String